Replies: 5 comments
-
You can use In your case the valid URI would be If you want to read more about encoding URLs e.g. on Wikipedia |
Beta Was this translation helpful? Give feedback.
-
Hi @krzysdz , Thank you for your reply Best regards. |
Beta Was this translation helpful? Give feedback.
-
The proper way to avoid this problem is not typing invalid URLs into the browser and using You shouldn't try to handle this error on the server side, because there is no correct way to handle invalid URLs. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
It's good |
Beta Was this translation helpful? Give feedback.
-
Hi ,
I have a problem with express, when enter the following url : http://localhost:3000/% i get the error : Failed to decode param.
I use react.
URIError: Failed to decode param '/%' at decodeURIComponent (<anonymous>) at decode_param (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/layer.js:172:12) at Layer.match (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/layer.js:123:27) at matchLayer (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/index.js:585:18) at next (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/index.js:226:15) at expressInit (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/middleware/init.js:40:5) at Layer.handle [as handle_request] (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/index.js:328:13) at /Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/Users/yassir./workspace/OnboardingFleet/node_modules/webpack-dev-server/node_modules/express/lib/router/index.js:346:12)
i need the help. please help me.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions