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
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
A middleware in service A, is calling service B.
using http.get(url)
But in my url variable I had some parameters with whitespace so it looked like https://fd1ce27f-d10f592b97db.my.apitools.com/estimates/price?start_point=carre rocafort 80&end_point=carrer napols 180&channel=pandas
and gives me back a 400.
but if I converts " " to %20 it works.
My point: have something that does this conversation automatically. or acceptswhitespaces
Or have better error message.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
usecase that i just encountered.
A middleware in service A, is calling service B.
using
http.get(url)
But in my url variable I had some parameters with whitespace so it looked like
https://fd1ce27f-d10f592b97db.my.apitools.com/estimates/price?start_point=carre rocafort 80&end_point=carrer napols 180&channel=pandas
and gives me back a 400.
but if I converts
" "
to%20
it works.My point: have something that does this conversation automatically. or acceptswhitespaces
Or have better error message.
Thanks
The text was updated successfully, but these errors were encountered: