Guest User

Untitled

a guest
Apr 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. curl -X POST
  2. -H "Content-Type: application/x-www-form-urlencoded"
  3. -H "Authorization: this-reaches-lambda"
  4. -H "MyCustomHeader: this-reaches-lambda"
  5. -d "username=myUsername&password=myPassword"
  6. "https://myurl.myregion.amazonaws.com/api/"
  7.  
  8. [1524670029998] Content-Length: 52
  9. [1524670029998] Accept: */*
  10. [1524670029998] Authorization: this-reaches-lambda
  11. [1524670029998] Cloudfront-Is-Tablet-Viewer: false
  12. [1524670029998] Cloudfront-Viewer-Country: BR
  13. [1524670029998] Host: myurl.amazonaws.com
  14. [1524670029998] User-Agent: curl/7.54.0
  15. [1524670029998] Via: 2.0 mycloudfronturl.cloudfront.net (CloudFront)
  16. [1524670029998] X-Amz-Cf-Id: Kws-G0M3QPyOZwTOCkP7psJi5Cf5B8ZVRd9luBjV0dOTFhYNVBtedQ==
  17. [1524670029998] X-Amzn-Trace-Id: Root=1-5ae09e4d-cf432adedfa115383616168e
  18. [1524670029998] X-Forwarded-For: myip, otherIp
  19. [1524670029998] X-Forwarded-Port: 443
  20. [1524670029998] X-Forwarded-Proto: https
  21. [1524670029998] Cloudfront-Forwarded-Proto: https
  22. [1524670029998] Cloudfront-Is-Desktop-Viewer: true
  23. [1524670029998] Cloudfront-Is-Mobile-Viewer: false
  24. [1524670029998] Cloudfront-Is-Smarttv-Viewer: false
  25. [1524670029998] Mycustomheader: this-reaches-lambda
Add Comment
Please, Sign In to add comment