Changing absolute URI to relative in HTTP POST header
问题 I have the following POST request: POST http://blah/Request HTTP/1.1 Host: blah Content-Length: 322 Proxy-Connection: Keep-Alive <?xml version="1.0"?> <Envelope> <Header> <UserID>uid</UserID> <Password>pass</Password> <SessionID /> <RequestType>GetDetails</RequestType> <POSCompany>01</POSCompany> <PackageType>DATA</PackageType> <ActionType>READ</ActionType> <SnoopUserID /> </Header> <Body> <MagicNumber>124</MagicNumber> </Body> </Envelope> This is failing with the error - (405) Method not