Re: Sending data to an HTTPS address
From: Brent Howard (brent_at_calibrecomputing.com.au.nospam)
Date: 07/29/03
- Next message: Per Schjetne: "Accessing folders on a remote computer"
- Previous message: Jop Pascual: "Re: Sending data to an HTTPS address"
- In reply to: Jop Pascual: "Re: Sending data to an HTTPS address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Jul 2003 17:51:19 +1000
Tried that but it comes up with this error
An unhandled exception of type 'System.Net.WebException' occurred in
system.dll
Additional information: The underlying connection was closed: Could not
establish trust relationship with remote server.
"Jop Pascual" <joppascual at operamail.com> wrote in message
news:%23T5CJ6ZVDHA.216@TK2MSFTNGP11.phx.gbl...
> You still send a web request the normal way, but instead of using
http://url
> use https://url
>
> For example to redirect to a secure site, do a:
> Response.Redirect "https://url.com/page.php?blablabla"
>
>
> Cheers,
> --
> /jop
>
> "Brent Howard" <brent@calibrecomputing.com.au.nospam> wrote in message
> news:edwgGxZVDHA.1704@TK2MSFTNGP11.phx.gbl...
> > Hi everyone,
> > I want to be able to send a web request to an SSL webserver through my
> > VB.NET app. eg. https://url.com/page.php?blablabla
> > but I am having problems finding information on how to do it.
> > Has anyone done anthing like this or know where i can get some Code
> > Examples?
> > I can't find anything on MSDN.
> >
> > Thanks,
> > Brent.
> >
> >
>
>
- Next message: Per Schjetne: "Accessing folders on a remote computer"
- Previous message: Jop Pascual: "Re: Sending data to an HTTPS address"
- In reply to: Jop Pascual: "Re: Sending data to an HTTPS address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|