You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CS193H High Performance Web Sites
For XHR Eval and XHR Injection, XMLHttpRequest must be served from the
same domain as the main page to make it work. I am wondering if there
is a way we can circumvent it if we need to, for example, by using a
server-side technique. If yes, how to do it? Thanks.
Vibhor Nanavati
unread,
Dec 9, 2008, 1:18:24 PM12/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
A very neat technique to allow XHR to work across domains by using a proxy.
".....Instead of making your XMLHttpRequest calls directly to the web
service, you make your calls to your web server proxy. The proxy then
passes the call onto the web service and in return passes the data back
to your client application. Because the connection is made to your
server, and the data comes back from your server, the browser has
nothing to complain about......"
>
> A very neat technique to allow XHR to work across domains by using a proxy.
>
> ".....Instead of making your XMLHttpRequest calls directly to the web
> service, you make your calls to your web server proxy. The proxy then passes
> the call onto the web service and in return passes the data back to your
> client application. Because the connection is made to your server, and the
> data comes back from your server, the browser has nothing to complain
> about......"
>
Wuping Lu
unread,
Dec 9, 2008, 1:46:59 PM12/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cs193...@googlegroups.com
Thanks for sharing - it is very helpful.
Eric Lovett
unread,
Dec 9, 2008, 1:54:13 PM12/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message