#Headers sent via postman and work fine, via react header is empty
10 messages · Page 1 of 1 (latest)
This is a cors issue probably - note that without sending headers, the requests work fine (via react)
oh, right, if your app is on another post (different from localhost:8001), then the browser won't allow the request
from CORS reasons
but you'll get an error in your browser console
need on the server to set the header to accept requests from your react app