Firefox axios post to a Nodejs server responds 200 without ever actually entering the post
Clash Royale CLAN TAG#URR8PPP
Firefox axios post to a Nodejs server responds 200 without ever actually entering the post
I've got two Node Js servers running Express, one to manage the UI and a second to handle certain backend API calls. On Firefox, the UI will make an axios post to the backend and immediately get a 200. I've put tracing all over and the backend server is definitely not being touched. (I'm not familiar with any step-through debugging on Firefox)
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.