C# securely interacting with php.

Associate
Joined
22 Jul 2004
Posts
230
Location
Nottingham, UK
I want a c# app on my home computer to interact with my php webserver.

Currently it just acesses the php files like a normal broweser would, but i was looking for something more secure.

I have an SSL certificate and was wondering if that encrypts the url aswell, so i can use a get url like admin.php?password=hello to authenticate the app.
I doubt this works so i wondered if there was away to post responses from within c#?

Or is there any better ways to securely connect to my server?
 
Back
Top Bottom