Page 1 of 1

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

Posted: Mon Dec 29, 2003 8:26 am
by spot
does anyone know if purebasic does support http basic authentication(simple, base64 encoded)?

Posted: Mon Dec 29, 2003 1:09 pm
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!