Jump to content

ReverseProxy issue


ampo

Recommended Posts

Hello.

 

I have HTML page from server1.

This HTML request (xmlHTTPRequest) data from server2, not in the same domain.

 

Trying to use Apache reverse proxy, the HTML JS is:

oXmlHttpRequest.open("GET", "http://server1.aabbcc.com/RemoteServerTest/RemoteServer.asp", false);

 

in order to redirect from server1 to server2 the code in httpd.conf is:

ProxyRequests Off

ProxyPass aabbcc.com/ http://server2.xxyyzz.com/

 

the msg I get is that RemoteServerTest/RemoteServer.asp can not be found in server1.

 

Do I miss something?

Why the proxying not working?

 

Any help will be great.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.