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
I use a request interceptor to rewrite the URL for requests so that I can provide an Environment/Host selector to users. The interceptor is successful in changing the "Try It Out" requests, and in updating the Request URL section. However, the CURL section does not update.
Notice in the screenshot that the URL path starts with /dev in CURL and /prod in the request URL.
It looks like this is due to the curl command using the spec for its url, instead of the request.
The text was updated successfully, but these errors were encountered:
I was asked to move this issue here
2.2.6
I use a request interceptor to rewrite the URL for requests so that I can provide an Environment/Host selector to users. The interceptor is successful in changing the "Try It Out" requests, and in updating the Request URL section. However, the CURL section does not update.
Notice in the screenshot that the URL path starts with
/dev
in CURL and/prod
in the request URL.It looks like this is due to the curl command using the spec for its url, instead of the request.
The text was updated successfully, but these errors were encountered: