Ask a Question related to ASP.NET General, Design and Development.
-
John Peter #1
ASP.NET and HTTPS
is it posiible to send data to a HTTPS server using
ASP.NET
John
John Peter Guest
-
XML using HTTPS
I am trying to use the XML class in Flash Media Server to read an XML web page. However, the XML web page that I want to use needs to be secure and... -
#38631 [Bgs]: fopen('https://...') or curl with https gives Segmentation fault
ID: 38631 Updated by: darkelder@php.net Reported By: roberto dot berto at gmail dot com Status: Bogus Bug... -
LWP and HTTPS
Hi, I'm a Perl newbie and I'd like to post a form via HTTPS, which requires logging in first via another HTTPS form with cookies enabled. Google... -
PHP HTTPS POST Como hacer un POST https con PHP
http://wedoit4you.com/forums4you/display_message.php?Msg_pk_id=628 /** Author: Ing. Angel Leon Function: postHttps($url,$params) Given the... -
ASP with HTTPS and SSL
I have a question regarding https and SSL between two web sites. I am not quit understand how asp application can handle https, encryption and SSL.... -
Axel Dahmen #2
Re: ASP.NET and HTTPS
I'd say: yes.
ASP.NET is not (really) aware of the transport protocol used to send the page.
HTH,
Axel Dahmen
--------------------
"John Peter" <johnpeter887@hotmail.com> schrieb im Newsbeitrag news:003901c33f2c$fd4982b0$a501280a@phx.gbl...> is it posiible to send data to a HTTPS server using
> ASP.NET
>
> JohnAxel Dahmen Guest
-
Kevin Spencer #3
Re: ASP.NET and HTTPS
All that is needed for an HTTPS request is to request a resource using
"https://" instead of "http://".
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"John Peter" <johnpeter887@hotmail.com> wrote in message
news:003901c33f2c$fd4982b0$a501280a@phx.gbl...> is it posiible to send data to a HTTPS server using
> ASP.NET
>
> John
Kevin Spencer Guest



Reply With Quote

