Answer the question
In order to leave comments, you need to log in
The server issues a response, but cannot display the result on the console. What could it be?
When included in the Fetch method for a POST request, mod - no-cors, the server issues a response, but cannot display the result passed to it from the client. The headers on the server are:
'Access-Control-Allow-Origin': 'http://127.0.0.1',
'Access-Control-Allow-Credentials': 'true',
'Accept': 'application/json; charset=utf-8',
'Access-Control-Allow-Methods': 'POST, OPTIONS, GET',
'Access-Control-Allow-Headers': 'POST, OPTIONS, GET',
'Content-Type': 'application/json',
'Allow': 'application/json',
'Content-Type': 'application/json;charset=utf-8',
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question