Question

There is a strange issue in my app, which takes place only in Safari browser.

After a DELETE request has been completed with 204 success status, the folowing request (it may be PUT, GET, any type) also got 204 status as response instead of 200 expected. All next requests are all right, just the first request after DELETE has a trouble.

Note that this situation doesn't appears in any other browsers.

Was it helpful?

Solution

The answer was found. There was no Safari strange behaviour. The problem was in requests cashing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top