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
If you write in URL link with trailing slash, like: .../api/models/
and then, adding some parameters on Parameters tab, like year: 1987
then, Requester delete trailing slash from URL and return bad request.
So, i need this request: ...api/models/?year=1987
and, Responder make string with error: ...api/models?year=1987
The text was updated successfully, but these errors were encountered:
If you write in URL link with trailing slash, like:
.../api/models/
and then, adding some parameters on Parameters tab, like
year: 1987
then, Requester delete trailing slash from URL and return bad request.
So, i need this request:
...api/models/?year=1987
and, Responder make string with error:
...api/models?year=1987
The text was updated successfully, but these errors were encountered: