You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I perform API debugging through the admin management interface (menu [Documentation/API Documentation/API Debugging]), my target API method is GET, and the response format is JSON. However, the sandbox actually sends the request as POST, resulting in an API exception.
Expected Behavior
No response
Steps To Reproduce
Access the API Documentation menu.
Select a GET method API request.
Click "Send Request" under the API Debugging tab.
Environment
ShenYu version(s): 2.7.0-SNAPSHOT
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
…T, and the response format is JSON. The API returns an exception. (#5852)
* fix admin: The error occurs when testing the sandbox API, and the target method is not a POST request.
* fix admin: Applied Checkstyle to HttpUtils file
---------
Co-authored-by: aias00 <liuhongyu@apache.org>
Co-authored-by: xiaoyu <xiaoyu@apache.org>
Is there an existing issue for this?
Current Behavior
When I perform API debugging through the admin management interface (menu [Documentation/API Documentation/API Debugging]), my target API method is GET, and the response format is JSON. However, the sandbox actually sends the request as POST, resulting in an API exception.
Expected Behavior
No response
Steps To Reproduce
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: