Filnik
Filnik

Reputation: 1013

Burp Suite doesn't intercept HTTPS calls from Advanced Rest Client

I'm using burp suite to intercept the calls that I do with the plugin Advanced Rest Client and with a sinatra application that is called by the Advanced Rest Client.

I've set it as proxy of my whole system, but still it intercepts only the calls by Chrome :(

Any idea?

Upvotes: 0

Views: 1583

Answers (1)

Filnik
Filnik

Reputation: 1013

The reason was that my requests were using OAuth and SSL, so they are not filtered by Burp Suite.

Upvotes: 1

Related Questions