How to capture Adobe Drive requests using Fiddler?

231 Views Asked by At

I have added my DAM server as a network drive using Adobe Drive. I need to capture and inspect the requests sent by Adobe Drive to my DAM server. Can I do this using Fiddler?

I have read Fiddler help which gives steps to configure applications to use Fiddler. But I am not able to figure out how to do that with Drive.

For the testing purposes, both Drive and the server are installed on local machine.

1

There are 1 best solutions below

0
On

I have not used Fiddler, but there is a utility RawCap, this allows to capture the localhost requests using

RawCap.exe 127.0.0.1 localhost_capture.pcap

After this use Adobe Drive, the requests are captured in this. This file (.pcap) can be opened with Wireshark. This shows the network traffic of actions done using Adobe Drive.

Captured network traffic

There is a Adobe Companion App which is coming with AEM 6.1. This can be used to browse DAM, transfer files like Adobe Drive, also manual action of "Check in" is not required in this. This information is not directly related to question but related to Adobe Drive. Adding this, in case some one reaches this thread for Adobe Drive, information can be of some help.