Leser: 11
![]() |
|< 1 ... 22 23 24 25 26 27 28 ... 37 >| | ![]() |
366 Einträge, 37 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
main:36 $h = \bless( {
'connection' => 'close',
'client-response-num' => 1,
'location' => 'http://board.perl-community.de/overview/testcookie=1',
'set-cookie' => 'PBoard=sessionID&123456789...; path=/; expires=Thu, 01-Nov-2007 13:11:49 GMT',
'date' => 'Wed, 31 Oct 2007 13:11:49 GMT',
'client-peer' => '217.172.179.49:80',
'client-date' => 'Wed, 31 Oct 2007 13:11:48 GMT',
'content-type' => 'application/x-perl',
'client-transfer-encoding' => 'chunked',
'server' => 'Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 mod_perl/1.28'
}, 'HTTP::Headers' );
Status code: 302 Moved
1
2
3
4
5
6
7
8
9
10
11
HTTP/1.1 302 (Found) Moved
Connection: close
Date: Wed, 31 Oct 2007 13:16:28 GMT
Location: http://board.perl-community.de/overview/testcookie=1
Server: Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 mod_perl/1.28
Content-Type: application/x-perl
Client-Date: Wed, 31 Oct 2007 13:16:33 GMT
Client-Peer: 217.172.179.49:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
Set-Cookie: PBoard=sessionID&3**************b7c1f7***********71758****************3601562&user&GwenDragon&***berID&***; path=/; expires=Thu, 01-Nov-2007 13:16:29 GMT
HTTP/1.1 302 (Found) Moved
Content-Type: application/x-perl
Gast+2007-10-31 14:20:39--Seltsam:
Was ist das bitte?Code: (dl )HTTP/1.1 302 (Found) Moved
1
2
3
H:\>perl -e "use CGI; $cgi = CGI->new; print $cgi->redirect( -url => 'http://www.xaz.de/', );"
Status: 302 Found
Location: http://www.xaz.de/
1
2
3
4
5
6
H:\>perl -e "use CGI; $cgi=CGI->new; print $cgi->redirect( -url => 'http://www.perl.org/', -status => 302, -nph => 1 )"
HTTP/1.0 302
Server: cmdline
Status: 302
Date: Thu, 01 Nov 2007 11:32:07 GMT
Location: http://www.perl.org/
1 2 3 4 5 6
$poard->redirect( -uri => $forwardUrl, -status => 301, -nph => 1, -cookie => $cookie, );
![]() |
|< 1 ... 22 23 24 25 26 27 28 ... 37 >| | ![]() |
366 Einträge, 37 Seiten |