-
Notifications
You must be signed in to change notification settings - Fork 0
HTTP(s) proxy #4
Copy link
Copy link
Open
Labels
i/oAny read/write of data, be it local storage or networkAny read/write of data, be it local storage or networknetworkTCP, UDP or anything else network-relatedTCP, UDP or anything else network-relatedwebservicesREST, SOAP, GraphQL or any other HTTP(S) servicesREST, SOAP, GraphQL or any other HTTP(S) services
Metadata
Metadata
Assignees
Labels
i/oAny read/write of data, be it local storage or networkAny read/write of data, be it local storage or networknetworkTCP, UDP or anything else network-relatedTCP, UDP or anything else network-relatedwebservicesREST, SOAP, GraphQL or any other HTTP(S) servicesREST, SOAP, GraphQL or any other HTTP(S) services
This can be crucial when you're troubleshooting a application that does secure HTTPS connections to other services. Without a tool like Charles Proxy or Fiddler, the data being sent between the application and the server will be encrypted and you'll most certainly not have the correct certificate to be able to decrypt the content manually making debugging/troubleshooting nearly impossible.
But with Charles Proxy or Fiddler, not only will we be able to see what data is being sent, but the responses will also be readable!
In other words, this might very well be a must-have tool in every troubleshooters toolbox!