Reputation: 2910
I am trying to check which API an app is using and what data is being sent by the app.
I am using fiddler to intercept the data. However, I am unable to get what data is being sent. I assume this is because of HTTPS.
I am getting the following response in fiddler:
How can I get the see the request/response data?
And How can I secure my API so no one can view my data :-)
-Thanks
Upvotes: 0
Views: 405
Reputation: 4179
Please check the Fiddler documentation here. Basically, you need to
Upvotes: 1