Issue metadata
Sign in to add a comment
|
CORS request only display the OPTION one
Reported by
aha...@kaliop.com,
Nov 8 2016
|
||||||||||||||||||||||
Issue description
Chrome Version : 54.0.2840.90
URLs (if applicable) : Every
Other browsers tested:
Safari: UNKNOWN
Firefox: OK
IE: OK
What steps will reproduce the problem?
(1) Make a CORS request that trigger a preflighted request https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Preflighted_requests
(2) Open network developper tool from chrome
(3) You see the OPTIONS request that was sent.
(4) You should see the real POST (or other) request with the expected return, but you don't.
What is the expected result?
You should see the real POST (or other) request with the expected return, but you don't. It's hard to work with. But the request is done in the background.
What happens instead?
We don't see the real request, in firefox and IE it works !
Please provide any additional information below. Attach a screenshot if
possible.
,
Nov 16 2016
After investigating, seems that the real request appeared in the other tab, any way to put it in XHR, like other browsers ?
,
Jan 19 2017
,
Jan 30 2017
,
Jul 20 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by brajkumar@chromium.org
, Nov 15 2016