Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

print REST requests in IDE #142

Closed simoxu001 closed 8 years ago

simoxu001 commented 8 years ago

Is there a switch I can use to let ArcREST print the REST requests it sends to Server/AGOL? I am new to ArcREST. I'v been using pythonWin, now I am trying pyScripter. in the IDE there's nothing I can use to monitor network traffic, or force the traffic go through fiddler so I can see the requests.

Thanks a lot.

achapkowski commented 8 years ago

@lucksimo there is no flag to print out the traffic. I would use tools like fiddler are great (http://www.telerik.com/fiddler) for monitoring internet traffic.

There are other traffic monitoring products out there, but I mainly just use fiddler.