标签: java oauth-2.0 jersey basic-authentication resty-gwt
我想用用户凭据发出发帖请求。
我的服务器端已准备就绪,我已使用邮递员对其进行了测试。就像这样: http:/ localhost / 8080 / appname / oauth / token / grant_type = password&username = bill&password = secret。
我想通过单击我的restygwt客户端中的某个按钮来发送此url,如何通过我的restygwt客户端的按钮将该请求发送到我的服务器端?