Hello,

I am using ServerXMLHTTP object to get the source code of any page.

wht's hapenning

I am requesting a URL Data through above object's method...
The URL which i used that redirected to other URL and also retrieving data from that URL.

I want that redirected URL name.

Is there any way, any trick or any method to get the redirected URL name.

Thx in Advance..

You will not be able to accomplish it unless the page that is redirecting you is using javascript. The asp/php pages are parsed on the server and the XMLHTTP response contains whatever the server is returning. There is no way you could get to the source code of the page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.