Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl and Apache Authentication

by perlfan (Vicar)
on Jul 16, 2014 at 17:56 UTC ( [id://1093917]=note: print w/replies, xml ) Need Help??


in reply to Perl and Apache Authentication

Not advisable, but you can send HTTP Basic Authentication credentials as part of the URL:

http://username:password@log.me.in/protected

You can also send it via a header as illustrated here.

Again, neither method is recommended - the first worse than the latter (at least over https).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1093917]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found