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
on the dev server, they are proxying to feature stands.
There is a problem that if you send a request in the form http://localhost:3000/api/customer/party/active?0=offset%3D0%26limit%3D15%26 then everything is OK, but if http://localhost:3000/ api/customer/party/active?offset=0&limit=15 then 400 bad request
from a postman to a feature stand, the request normally goes without encoding. Where to dig?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
there is http proxy middleware with CRA and axios
on the dev server, they are proxying to feature stands.
There is a problem that if you send a request in the form
http://localhost:3000/api/customer/party/active?0=offset%3D0%26limit%3D15%26then everything is OK, but ifhttp://localhost:3000/ api/customer/party/active?offset=0&limit=15then 400 bad requestfrom a postman to a feature stand, the request normally goes without encoding. Where to dig?
Beta Was this translation helpful? Give feedback.
All reactions