Show
Ignore:
Timestamp:
10/23/06 08:05:39 (2 years ago)
Author:
hhubner
Message:

Pass content-type to handling host.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/xml-class-rework/projects/bos/tools/wp-callpack-redirect.pl

    r2007 r2034  
    1919        my $is_test = ($content =~ /testMode=100/); 
    2020        my $host = $is_test ? "test.createrainforest.org" : "createrainforest.org"; 
     21 
     22        $ua->default_header('Content-Type', $request->header('Content-Type')); 
    2123        my $response = $ua->get("http://" . $host . ":8080/handle-sale?" . $content); 
    2224        $client->send_response($response);