No, Its a security information , hence response.querystring would be 
unsecure.
The best way is to send an HTTP Header to that URL. But when I am adding the 
headers
and doing Response.redirect, the added extra headers dont pass through...

I even used server.createobject("MSXML2.ServerXMLHTTP").I add the headers 
and post the information
to the final URL but I get content of the resultant URL by responseText and 
have to write it on the calling URL.(ie my page)..
Whereas what I am trying to achieve is, pass the credentials to their site 
and get access to all of their Site.


On 6/10/05, Andrew Thorne <[EMAIL PROTECTED]> wrote:
> 
> Can't you just send them as query variables and read then using
> reponse.querystring in you xyz.asp?
> 
> >From: Mingle <[EMAIL PROTECTED]>
> >Reply-To: [email protected]
> >To: [email protected]
> >Subject: [AspClassicAnyQuestionIsOk] REsponse.AddHeader
> >Date: Thu, 9 Jun 2005 16:37:38 -0700
> >
> >Hi,
> >
> >Is it possible to do add special header information and send the Header 
> to
> >the required Page by response.redirect.
> >
> >As in, I want to do Response.redirect "http://www.abc.com/xyz.asp";
> >But I want to pass some special Header Infomation abt the Users which 
> will
> >be
> >retreived by the xyz.asp, analyzed and give me access to
> >http://www.abc.com/
> >
> >Presently I am adding headers in ASP using
> >Response.AddHeader name,value.
> >;
> >;
> >;
> >Response.redirect "http://www.abc.com/xyz.asp";
> >
> >But http://www.abc.com/xyz.asp doesn't get the header Information which I
> >added...
> >
> >Thanks,
> >Mingle.
> >
> >
> >[Non-text portions of this message have been removed]
> >
> 
> _________________________________________________________________
> Free blogging with MSN Spaces http://spaces.msn.com/?mkt=nl-be
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
>


[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