-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bodyParser IE9 support #801
Comments
Can you give me an example request? |
Looks like there is no default body parser when a content-type isn't sent by the client. We should use |
Any one found a workaround for this? Im tryng to make CORS requests form ie9 and i cant parse the body of the post request. thanks |
This is in 4.0 milestone but does not seem to have been assigned or addressed in 4.0. Do we have an estimate of when this will be addressed? |
a workaround for anyone interested until this doesn't get fixed into native plugin
And use this as a middleware of your app, after processing the restify.bodyParser(). |
@donniev I don't have an exact timeline for when this will be addressed. It is obviously affecting several people, so we will do our best to get it fixed as soon as possible. |
Closes: #289 #381 #474 #575 #790 #633 #717 #576 #576 #909 #875 #860 #853 #850 #829 #813 #801 #921 #1101 #1019 #989 #632 #708 #737 #859 #1326 #1327 #927 #1099 #1068 #1040 #1035 #957 #948 #1134 #1136 #1183 #1206 #1286 #1323 > Note: this issue closes _but does not resolve_ the issues listed, we are just tracking them in another medium
IE 9 requests do not set the content-type and the body-parser leaves req.body as undefined. In version 2.60 that was not true. I am not sure when behavior changed but as of 2.85 it definitely has and still leaves it undefined in 3
The text was updated successfully, but these errors were encountered: