You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the proxy setup/worker only tries to intercept requests to the local origin. According to the spec (although I can't find it now), all requests should be handled.
Figure out how the proxy can intercept all requests coming for the target page (Referrer header?)
Add the CrossOriginResponse class with a limited API. All same origin responses should use the SameOriginResponse.
The text was updated successfully, but these errors were encountered:
Currently the proxy setup/worker only tries to intercept requests to the local origin. According to the spec (although I can't find it now), all requests should be handled.
Referrer
header?)The text was updated successfully, but these errors were encountered: