Missing headers in Safari

Viewed 47

I have a few endpoints written in Node.JS hosted with Firebase Cloud Functions. When I run my app in safari, my backend is returning a response in some instances, and when I check I can see that they are returning with all of the correct headers in the request enter image description here

However, in some cases when I run my app in safari the backend returns no response and is missing numerous request headers.

enter image description here

Also getting these errors not too sure what to make of this

enter image description here

0 Answers
Related