Select to view content in your preferred language

???Capture HTTP traffic: It is now possible to allow http monitoring tools to....

783
2
12-15-2011 08:01 AM
Labels (1)
BKuiper
Frequent Contributor
Hi Mike,

"Capture HTTP traffic: It is now possible to allow http monitoring tools to capture http traffic between the ArcGIS Runtime WPF API and the ArcGIS Runtime local server."

can you tell me how this can be achieved? I can't find any reference in the "ArcGIS Runtime SDK" resource center for the Beta.

Thanks!

EDIT: Do i need to change the config file of the ArcGIS Runtime so i can listen with Fiddler? Which argument does it take?
0 Kudos
2 Replies
BKuiper
Frequent Contributor
You can use Fiddler (Fiddler2) with ArcGIS Runtime BETA 2 by updating the arcgisruntime.json file within the ArcGIS Runtime folder

for x64 systems:

C:\Program Files (x86)\ArcGIS SDKs\WPF10.1\ArcGISRuntime10.1\LocalServer64\bin\arcgisruntime.json

Set "debugtraffic" to true.
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

That's the workaround for administering your developer install in Beta 2. However, we don't encourage you to edit the json file directly. Alternatively, you should use the Deployment Tool to create a "debug deployment" - which means use the debug options dialog in the Deployment Tool to enable these settings then use the LocalServer.InstallDirectory property to pickup the debug local server. We are planning to provide a utility to administer the developer settings in a future release.

Cheers

Mike
0 Kudos