Guest User

Ring Google OAuth2 callback Response Map

a guest
Nov 22nd, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. I replaced codes with xxxxxxxxxxxxx
  2.  
  3. {:ssl-client-cert nil,
  4. :protocol "HTTP/1.1",
  5. :remote-addr "0:0:0:0:0:0:0:1",
  6. :headers
  7. {"cookie"
  8. "_ga=xxxxxxxxxxxxx; JSESSIONID=xxxxxxxxxxxxxxx; ring-session=xxxxxxxxxxxxxxxxxxxxxxxx",
  9. "accept"
  10. "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
  11. "upgrade-insecure-requests" "1",
  12. "user-agent"
  13. "Mozilla/5.0 (X11; FreeBSD amd64; rv:57.0) Gecko/20100101 Firefox/57.0",
  14. "connection" "keep-alive",
  15. "host" "localhost:3000",
  16. "accept-language" "en-US,en;q=0.5",
  17. "accept-encoding" "gzip, deflate",
  18. "dnt" "1"},
  19. :server-port 3000,
  20. :content-length nil,
  21. :content-type nil,
  22. :character-encoding nil,
  23. :uri "/oauth2/google/callback",
  24. :server-name "localhost",
  25. :query-string
  26. "state=xxxxxxxxxxxxxx&code=4/xxxxxxxxxxxxx&authuser=1&hd=xxxxxx.xx&session_state=xxxxxxxxxxxxxxxxxxxx&prompt=consent",
  27. :body
  28. #object[org.eclipse.jetty.server.HttpInputOverHTTP 0x30f90d3 "HttpInputOverHTTP@30f90d3"]
  29. ,
  30. :scheme :http,
  31. :request-method :get}
Add Comment
Please, Sign In to add comment