DEV Community

Discussion on: REST API CALL

Collapse
 
amansaxena001 profile image
Amansaxena001

This is happening because your browser is not allowing the response that server is sending. The problem might be headers are not added correctly to the request headers. Can you Share the screenshot of network tab? and see if request headers are properly set or not.