- From: Daniel Stenberg <notifications@github.com>
- Date: Sat, 30 Sep 2017 15:21:00 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 September 2017 22:21:21 UTC
I've recently learned that several modern browsers accept backslashes in the URL and treat them as if they are slashes. `Location: http:\\\\\\\\\\\\\\\\\\example.com` is considered a fine absolute URL in an HTTP response and will redirect to `http://example.com`. Can you please point out where it says that's how WHATWG URL parsers should act? I can't find it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/346
Received on Saturday, 30 September 2017 22:21:21 UTC