Skip to content

Commit 9cc290d

Browse files
committed
Use a 307 redirect to preserve POST content #70
1 parent 16d0e5e commit 9cc290d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtual_feature.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,7 @@ sub feature_save_web_autoconfig
31573157
$r = { 'path' => $p,
31583158
'http' => 1,
31593159
'https' => 1,
3160+
'code' => 307,
31603161
'dest' => "\$scheme://\$host/cgi-bin/autoconfig.cgi" };
31613162
my $err = &feature_create_web_redirect($d, $r);
31623163
return $err if ($err);

0 commit comments

Comments
 (0)