beornborn
beornborn

Reputation: 212

Unable to see in DevTools POST CORS request data

request exists

dont see actual request, just preflight

how can I see actual POST request in Chrome Devtools?

Upvotes: 0

Views: 80

Answers (1)

Gideon Pyzer
Gideon Pyzer

Reputation: 24068

Try with "Disable cache" enabled. I tested with Skype login and I see the allowed POST request after the pre-flight OPTIONS request responded with success.

CORS

You may also find chrome://net-internals/#events useful for more detailed networks logs.

Upvotes: 1

Related Questions