Thread LWP::UserAgent und 401 Unauthorized (45 answers)
Opened by bianca at 2013-06-12 21:07

bianca
 2013-06-13 09:03
#168130 #168130
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
2013-06-13T06:33:45 bianca
Kann ich überprüfen, ob mein Code/das Modul das richtig macht?

Laut Log der Gegenstelle sieht EIN Request so aus:

CURL (zwei Einzelaktionen):
Quote
IP - - [13/Jun/2013:08:14:21 +0200] "GET /supported_banks HTTP/1.1" 401 4490 "-" "curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3"
IP - - [13/Jun/2013:08:14:21 +0200] "GET /supported_banks HTTP/1.1" 200 1162 "-" "curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3"


LWP::UserAgent (nur eine Aktion):
Quote
IP - - [13/Jun/2013:08:31:50 +0200] "GET /supported_banks HTTP/1.1" 401 4495 "-" "libwww-perl/6.05"

Warum macht LWP::UserAgent die Authentifizierung nicht?
10 print "Hallo"
20 goto 10

View full thread LWP::UserAgent und 401 Unauthorized