I am trying to send a post request to google OAuth, and it is returning an invalid request. All the information I am sending is correct, so I want to see the post that I am sending (before it is sent), so that I can debug and see if and where the mistake is.
I am trying to use Wireshark or Firebug with no success. Maybe someone with some experience with this can point me in the right direction to seeing my post?
Thank you very much!
I solved it without use of any external program, the answer was that with Google OAuth you need to set the header such:
Thanks anyway.