首页 > 解决方案 > 在 jersey 和 restygwt 中发布用户凭据

问题描述

我想使用用户凭据发出发布请求。

我的服务器端已准备就绪,我已经使用邮递员对其进行了测试。就像这样:http://localhost/8080/appname/oauth/token/grant_type=password&username=bill&password=secret。

我想通过单击我的 restygwt 客户端中的某个按钮来发送此 url,如何从我的 restygwt 客户端的按钮将此请求发送到我的服务器端?

标签: javaoauth-2.0jerseybasic-authenticationresty-gwt

解决方案


推荐阅读