
עמוס שחם
-
Total activity7
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions1
Activity overview
Latest activity by עמוס שחם-
עמוס שחם commented,
>>>>>>> And because it is always a same origin call, the browser is not looking for or expecting cross-origin Access-Control-* headers in the response. <<<<<<< This is where I think you're wrong, a...
-
עמוס שחם commented,
OK, so please tell me if I got this right or if I missed something - the request from the browser to the proxy is SAME ORIGIN, *but* if you use a "post" request, then, according to the specs, this ...
-
עמוס שחם commented,
@... - In addition, when the browser is detecting a post request to a different domain, it first preflight the request with an OPTIONS verb request - does that mean Zendesk proxy is doing the same?...
-
עמוס שחם commented,
Hi @..., I don't understand the point of the proxy if it mimics the browser request. The whole idea of the proxy is to be able to avoid CORS checks. This is what this article is all about. Correct ...
-
עמוס שחם commented,
Thanks Bryan for clearing this out, but I think I'm not following. Wasn't the purpose of the proxy to allow us to make server side requests? So we can avoid the CORS issue? I guess what I'm asking ...
-
עמוס שחם commented,
Hi, Thanks so much for this information. For some reason, when I try to use the proxy service (by not specifying cors:true in the request), it doesn't work. I can see in the network pane of the bro...