One of our Clients has requirement that all the request made to their 
servers should be made through our IP Range.
Otherwise all the Requests will be rejected.

Now the Problem is 

A )Our Client's Server will authenticate User from Our site By HTTP Header 
we will send Them.
So How can I post HTTPHeaders to Their Web-Page.
I am currently using
Set objXML = Server.CreateObject("MSXML2.ServerXMLHTTP") 
objXML.setRequestHeader "FirstName", FirstName
objXML.setRequestHeader "LastName",LastName 
objXML.setRequestHeader "Addr", Addr
objXML.setRequestHeader "IPaddress" , IPADDRESS 

objXML.send(POST) 
Response.Write objXML.responseText

But this writes all the Content to my URL and then the LINKS in 
Response.Text dont work, because they have relative paths.

So how can I just simply POST the above HTTP Headers to their site just like 
normal Submit where the Result Page is the Target URL
Instead of me fetching response and flushing to the browser.

B) If I am able to get access to their Page and pull up a new window with 
their URL.
Thereafter all the requests made, will be made by the User's IP Address 
Right, like Clicking any Links on that Page or submitting any request?
So all those Requests will be rejected since they are not OUR Server IP's.

So how can we achieve that?

Any help or suggestions are appreciated


[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to