You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Running Node 4.1.2. Has anyone else had an issue where multiple requests from the client get mangled together? The strange thing is it only appears to happen if the client is IE because Chrome and Firefox both work fine. Everything about the requests looks identical otherwise. If I look at the request object from http the URL and headers look correct but as soon as I start trying to parse the URL I seem to get the wrong values returned.
deitch
unread,
Oct 9, 2015, 9:19:56 AM10/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Can you post working code online? Could be IE sticking some strange non-visible characters somewhere in a header or the URL, something strange like that, but impossible to tell without an ability to replicate.