WSO2 令牌生成,/oauth2/token 服务在第 20 个请求被命中后失败
我正在使用 WSO2 来生成令牌。通过使用此控制台: https://localhost:9443/carbon/admin/login.jsp
我通过传递所需参数来调用 http://localhost:9763**/oauth2/token** 服务 <{用户名=[],密码=[],grant_type=[密码],client_id=[],client_secret=[],scope=[]},[内容类型:"application/x-www- form-urlencoded"]>
在第 20 个请求之后失败并给出以下错误。
{ErrorMessage:“http://192.168.200.83:9763/oauth2/token”的 POST 请求出现 I/O 错误:连接重置;嵌套异常是 java.net.SocketException: 连接重置。}
如何将要处理的请求数量从 20 增加到 50 或更多?
I am using WSO2 for token generation. By using this console: https://localhost:9443/carbon/admin/login.jsp
I am calling http://localhost:9763**/oauth2/token** service by passing required parameters<{username=[], password=[], grant_type=[password], client_id=[], client_secret=[], scope=[]},[Content-Type:"application/x-www-form-urlencoded"]>
after 20th request its failing and giving below error.
{ErrorMessage: I/O error on POST request for "http://192.168.200.83:9763/oauth2/token": Connection reset; nested exception is java.net.SocketException: Connection reset.}
How can I increase the number of requests to be served from 20 to 50 or more?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论