IIS6 HTTPS POST not being returned to .ASP file...
IIS6 HTTPS POST not being returned to .ASP file...
am 28.06.2006 17:39:02 von Sean
Using IIS6 on 2003 SP1. What I am doing is submitting a credit card approval
request to an HTTPS (ssl) site. The response is being redirected to an .ASP
file - which is set up to accept the fields being returned. Problem is I
never get anything returned to the file. I have illiminated the firewall
through Cisco's help. The problem is definitely at the server and I believe
it is security related. If I use the HTTPS (ssl) site without redirecting
the response to any file, the response is displayed as a string in the
current browser session - so I know that the response is being returned.
Just can't seem to get the resposne posted into the .asp file.
Any suggestions/ideas? Any questions to help get to the solution?
Many thanks!
Sean
Re: IIS6 HTTPS POST not being returned to .ASP file...
am 29.06.2006 01:22:47 von someone
Can you verify that the client will re-POST form data to follow a
Redirection sent by the server?
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sean" wrote in message
news:1D8ACF98-44B9-478A-BFD3-EBE30387F0AB@microsoft.com...
> Using IIS6 on 2003 SP1. What I am doing is submitting a credit card
> approval
> request to an HTTPS (ssl) site. The response is being redirected to an
> .ASP
> file - which is set up to accept the fields being returned. Problem is I
> never get anything returned to the file. I have illiminated the firewall
> through Cisco's help. The problem is definitely at the server and I
> believe
> it is security related. If I use the HTTPS (ssl) site without redirecting
> the response to any file, the response is displayed as a string in the
> current browser session - so I know that the response is being returned.
> Just can't seem to get the resposne posted into the .asp file.
>
> Any suggestions/ideas? Any questions to help get to the solution?
>
> Many thanks!
>
> Sean
Re: IIS6 HTTPS POST not being returned to .ASP file...
am 29.06.2006 17:06:02 von Sean
I could not wait - opened a case with Microsoft Support and got the problem
resolved. It ended up being 2 things - the ASP code and the IIS Security -
all is well now.
Sean
"David Wang [Msft]" wrote:
> Can you verify that the client will re-POST form data to follow a
> Redirection sent by the server?
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
>
> "Sean" wrote in message
> news:1D8ACF98-44B9-478A-BFD3-EBE30387F0AB@microsoft.com...
> > Using IIS6 on 2003 SP1. What I am doing is submitting a credit card
> > approval
> > request to an HTTPS (ssl) site. The response is being redirected to an
> > .ASP
> > file - which is set up to accept the fields being returned. Problem is I
> > never get anything returned to the file. I have illiminated the firewall
> > through Cisco's help. The problem is definitely at the server and I
> > believe
> > it is security related. If I use the HTTPS (ssl) site without redirecting
> > the response to any file, the response is displayed as a string in the
> > current browser session - so I know that the response is being returned.
> > Just can't seem to get the resposne posted into the .asp file.
> >
> > Any suggestions/ideas? Any questions to help get to the solution?
> >
> > Many thanks!
> >
> > Sean
>
>
>
Re: IIS6 HTTPS POST not being returned to .ASP file...
am 30.06.2006 09:13:36 von someone
What "IIS Security" was involved with this? Failure to Redirect POST is a
client-side issue...
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sean" wrote in message
news:19710826-1CC5-4F33-9809-A7B8D45F2998@microsoft.com...
>I could not wait - opened a case with Microsoft Support and got the problem
> resolved. It ended up being 2 things - the ASP code and the IIS
> Security -
> all is well now.
>
> Sean
>
> "David Wang [Msft]" wrote:
>
>> Can you verify that the client will re-POST form data to follow a
>> Redirection sent by the server?
>>
>> --
>> //David
>> IIS
>> http://blogs.msdn.com/David.Wang
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> //
>>
>> "Sean" wrote in message
>> news:1D8ACF98-44B9-478A-BFD3-EBE30387F0AB@microsoft.com...
>> > Using IIS6 on 2003 SP1. What I am doing is submitting a credit card
>> > approval
>> > request to an HTTPS (ssl) site. The response is being redirected to an
>> > .ASP
>> > file - which is set up to accept the fields being returned. Problem is
>> > I
>> > never get anything returned to the file. I have illiminated the
>> > firewall
>> > through Cisco's help. The problem is definitely at the server and I
>> > believe
>> > it is security related. If I use the HTTPS (ssl) site without
>> > redirecting
>> > the response to any file, the response is displayed as a string in the
>> > current browser session - so I know that the response is being
>> > returned.
>> > Just can't seem to get the resposne posted into the .asp file.
>> >
>> > Any suggestions/ideas? Any questions to help get to the solution?
>> >
>> > Many thanks!
>> >
>> > Sean
>>
>>
>>