Squeak Http GET broken?

John M McIntosh johnmci at smalltalkconsulting.com
Tue Dec 27 20:57:01 UTC 2005


I think if you look at the man page for TCPDUMP you'll find it can  
dump the contents of the tcp packets, versus the headers, then you  
can see exactly what the browser is
sending and getting.

On 27-Dec-05, at 10:30 AM, Michael Rueger wrote:

> Nevin Pratt wrote:
>
>> As far as I can tell, that doesn't tell me anything about why the  
>> Microsoft IIS server at "testing.shippingapis.com" is treating the  
>> two requests differently-- why it works fine when my browser is  
>> the client, but returns a "400 Bad Request" error when Squeak is  
>> the client.
>
> You will need to look at what the browsers are sending.
> One way would be to open a listening socket in squeak on port 80  
> and then connect to it with your browser with a url like
> http://localhost/ShippingAPITest.dll?API=Verify&XML=<AddressVa ...etc
>
> Or even before that look at how squeak actually parses the URL.
>
> Michael
>

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===




More information about the Squeak-dev mailing list