|
|
|
|
|
by nmjenkins
1368 days ago
|
|
This is because you have forgotten to return a `Vary: Origin` header in the response. If you don’t do this, caches will presume the response is the same regardless of the Origin header in the request and so you will get the bug you describe. |
|