I have data access code for three different apps that has been working perfectly for months and am now getting errors using axios I get the standard 403. Using fetch I get the following response:
Response: {“_bodyBlob”: {“_data”: {“__collector”: [Object], “blobId”: “3643979d-f2ec-4067-8d82-ea2fb3f7f80d”, “offset”: 0, “size”: 154}}, “_bodyInit”: {“_data”: {“__collector”: [Object], “blobId”: “3643979d-f2ec-4067-8d82-ea2fb3f7f80d”, “offset”: 0, “size”: 154}}, “bodyUsed”: false, “headers”: {“map”: {“content-length”: “154”, “content-type”: “text/plain”, “date”: “Fri, 26 Apr 2024 03:06:58 GMT”, “ngrok-error-code”: “ERR_NGROK_727”}}, “ok”: false, “status”: 403, “statusText”: “”, “type”: “default”, “url”: “https://keen-squid-lately.ngrok-free.app/api/user/***?password=“}
I investigated the use of cors but I have never used it ad everything has been working fine for months. I have even tried bypassing ngrok and using a localhost connection and get the same result. Any suggestions?