ISKonst commented on PR #5852: URL: https://github.com/apache/shenyu/pull/5852#issuecomment-2556161825
SKonst ***@***.*** HttpUtils#requestJson,This method is currently invoked in only one place. The call stack of this method is as follows and the source code location.. org.apache.shenyu.admin.controller.SandboxController#proxyGateway. Line 52 - 55 org.apache.shenyu.admin.service.impl.SandboxServiceImpl#requestProxyGateway. Line 79 - 110 org.apache.shenyu.admin.utils#requestCall. Line 303 - 308 org.apache.shenyu.admin.utils#requestJson. Line 226 - 231 ------------------ 原始邮件 ------------------ 发件人: "apache/shenyu" ***@***.***>; 发送时间: 2024年12月20日(星期五) 上午10:34 ***@***.***>; ***@***.******@***.***>; 主题: Re: [apache/shenyu] [ISSUE #5851] Sandbox API debugging, the target API method is not POST, and the response format is JSON. The API returns an exception. (PR #5852) @yu199195 commented on this pull request. In shenyu-admin/src/main/java/org/apache/shenyu/admin/utils/HttpUtils.java: > * @return Response * @throws IOException IOException */ public Response requestJson(final String url, final String json, - final Map<String, String> header) throws IOException { + final Map<String, String> header, HTTPMethod method) throws IOException { where is call this funcation? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org