Adds a custom elements manifest
i got the same confusion. why live server need refresh the page when it get ajax http request? it will clear response data.
i got the same issue, and it does happen with with GET petition.
I have a similar issue here as well. It happens anytime I update the database though with my Node.JS backend. Only then does it refresh the page.
this is my problem too, also many others. I hope the problem is solved soon
Unfortunately, the issue is still present. But to be more clear it happens only if requests are made to the same localhost (in my case it was a mock server)
Doesn't happen with GET, only POST/PUT/DELETE .. which aren't supported...
If you enact your ajax functionality in an event listener, try with event.preventDefault(); to stop propagation and you get the proper error message.
The problem remains if you - like myself - need to work with the other transport methods ...