Thread LWP::UserAgent - bitte um Testing (7 answers)
Opened by bianca at 2015-03-26 13:26

payx
 2015-03-27 08:43
#180407 #180407
User since
2006-05-04
564 Artikel
BenutzerIn

user image
Hallo bianca,

bei mir hat es mit Perl 5.16.1 built for MSWin32-x64-multi-thread unter Win7 10x hintereinander bei Versuch 1 geklappt.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
////// VERSUCH 1 \\\\\\


***** Request *****
POST https://ssl.ibanrechner.de/http.html
User-Agent: libwww-perl/6.04
Content-Length: 7
Content-Type: application/x-www-form-urlencoded

foo=bar


***** Response *****
HTTP/1.1 200 OK
Connection: close
Date: Fri, 27 Mar 2015 07:41:01 GMT
Server: Apache/2.2.22 (Debian)
Vary: Accept-Encoding
Content-Length: 2091
Content-Type: text/html; charset=utf-8
Client-Date: Fri, 27 Mar 2015 07:41:04 GMT
Client-Peer: 144.76.141.150:443
Client-Response-Num: 1
Client-SSL-Cert-Issuer: /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limite
d/CN=COMODO RSA Organization Validation Secure Server CA
Client-SSL-Cert-Subject: /C=DE/postalCode=49205/ST=Niedersachsen/L=Hasbergen/str
eet=Kiefernweg 8/O=Theano GmbH/OU=Multi-Domain SSL/CN=ssl.ibanrechner.de
Client-SSL-Cipher: ECDHE-RSA-AES128-GCM-SHA256
Client-SSL-Socket-Class: IO::Socket::SSL
X-Powered-By: PHP/5.4.39-0+deb7u1

\n\n\n
To use this http-based interface instead of the SOAP interface, please<ul><li>re
fer to the documentation of the SOAP interface for the names of functions and th
eir parameters, as well as the return values: https://ssl.ibanrechner.de/soap/</
li>
<li>send requests to this URL, passing the parameters with GET or POST to fields
whose names are the same as the parameter names in the calls to SOAP functions.
<br/> For example, to calculate an IBAN, you could call:<br/> https://ssl.ibanre
chner.de/http.html?funct...
(+ 1579 more bytes not shown)


-------------------------------------------------------------
Version IO::Socket::SSL: 1.76
Version Crypt::SSLeay: - nicht inst. -
Version LWP::UserAgent: 6.04
Version Mozilla::CA: 20120309

HTH
Grüße
payx

View full thread LWP::UserAgent - bitte um Testing