0

We use a fancy library for oauth that hides the oauth complexity. But now I need to play with a couple of discrete api calls in fiddler.

Part of the complexity is that the app that interacts with the API is a web app, running on a web server. So I can't use fiddler to see what is going on...

E.g.

  my browser --> web server -- > initial oath auth sequence (redirect to API server, sign in..)
  web server --> remote REST API protected by oauth tokens/permissions...

So in this layout, I cannot use fiddler to capture the traffic between the web server and the API...

REST apis behind oauth are pretty common these days. Is there approach to using fiddler to interact with such an api?

Thanks!

4

0 回答 0