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