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
In one of our APIs we return a URL in the response. The URL consist of & signs. If we test the API with the "Try it" functionality in the developer portal the URL in the response the & sign is translated to \u0026. If we do the same request from curl, Postman, Bruno, etc. the URL is formatted correctly with the & sign.
Expected behavior
Developer portal should not translate things in the response, and just show the response as it actually is.
Is your portal managed or self-hosted?
Managed
Additional context
From the response in the developer portal:
From the response in Bruno:
The text was updated successfully, but these errors were encountered:
Bug description
In one of our APIs we return a URL in the response. The URL consist of & signs. If we test the API with the "Try it" functionality in the developer portal the URL in the response the
&
sign is translated to\u0026
. If we do the same request from curl, Postman, Bruno, etc. the URL is formatted correctly with the&
sign.Expected behavior
Developer portal should not translate things in the response, and just show the response as it actually is.
Is your portal managed or self-hosted?
Managed
Additional context
From the response in the developer portal:
From the response in Bruno:
The text was updated successfully, but these errors were encountered: