2013-06-13T06:33:45
biancaKann ich überprüfen, ob mein Code/das Modul das richtig macht?
Laut Log der Gegenstelle sieht EIN Request so aus:
CURL (zwei Einzelaktionen):
QuoteIP - - [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):
QuoteIP - - [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