woofyzhao commented on code in PR #4757:
URL: https://github.com/apache/inlong/pull/4757#discussion_r905055450
##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/openapi/DataProxyController.java:
##########
@@ -52,15 +54,9 @@ public class DataProxyController {
* GET is used for quick lookup of IP lists (e.g. via browser requests).
*/
@RequestMapping(value = "/dataproxy/getIpList", method =
{RequestMethod.GET, RequestMethod.POST})
Review Comment:
Good point. Some of the legacy clients still send post request. Let me see
whether to update them all.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]