rcruzado23 / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

url view option #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.
Is there any way to view the entire url the way it was transmitted when I post 
a request:

I have many different parts:
URL, Header, Body, Encoding....

Is there a way to see the entire construct?

Thanks

Original issue reported on code.google.com by jstern...@gmail.com on 29 Jan 2013 at 11:27

GoogleCodeExporter commented 8 years ago
Right now we don't. One option is to use something like TCPMon ( 
http://ws.apache.org/commons/tcpmon/ ) to intercept the packet movement between 
RESTClient and the website.

Original comment by subwiz on 31 Jan 2013 at 8:19

GoogleCodeExporter commented 8 years ago
thanks, I'll try this.

this would be a great feature to add

Original comment by jstern...@gmail.com on 31 Jan 2013 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by subwiz on 7 Dec 2013 at 3:41