Search code examples
resthttpsproxysinatraburp

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?


Solution

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