does pb support http basic auth? (simple, base64 encoded)

Just starting out? Need help? Post your questions and find answers here.
spot
User
User
Posts: 16
Joined: Fri Oct 10, 2003 9:20 pm
Location: switzerland
Contact:

does pb support http basic auth? (simple, base64 encoded)

Post by spot »

does anyone know if purebasic does support http basic authentication(simple, base64 encoded)?
-- spot | www.nothing.ch
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

That's really not for PureBasic to "support".. I assume you're talking about writing CGIs in PB? If so then yes, there is no reason you can't use HTTP authentication with a PB CGI - you just have to know how!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply