Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. --> POST https://fcm.googleapis.com/fcm/send
  2. D: Content-Type: application/json
  3. D: Content-Length: 176
  4. D: Authorization: key=AAAAiyCrPAY:APA91bEmjtBoO2BPr6M9n9WMAS6gsZXlOMDpJHRd3HN3QVXglp9CA4GXc2qnQTLwyqcmaGi1069LI3ziLcglhzzQtu5lsHKgqjP2WG6dun1k5AoCrmQ1fj0VrmVQlVZ1J07Ck6hsYtcv
  5. D: No-Authentication: true
  6. D: Accept: application/json
  7. D: {
  8. "dry_run": true,
  9. "to": "fbXiJ1cRYds:APA91bElAoXRBG9cKMv-Q1LkHoJ_47OMkLEHX8B6AHqXhQX86V5qMPC828ySiYmZT2QrxQL7II1FPyjcfpEZ3yNaWc7vRsN6HtJ55MA_vEshLcOXNWtPYwmrKIvag5DeEZC2-9qev9dR"
  10. }
  11. D: --> END POST (176-byte body)
  12. D: <-- 200 https://fcm.googleapis.com/fcm/send (283ms)
  13. D: content-type: application/json; charset=UTF-8
  14. D: date: Mon, 24 Feb 2020 05:47:01 GMT
  15. D: expires: Mon, 24 Feb 2020 05:47:01 GMT
  16. D: cache-control: private, max-age=0
  17. D: x-content-type-options: nosniff
  18. D: x-frame-options: SAMEORIGIN
  19. D: x-xss-protection: 1; mode=block
  20. D: server: GSE
  21. D: alt-svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
  22. D: {
  23. "multicast_id": -1,
  24. "success": 1,
  25. "failure": 0,
  26. "canonical_ids": 0,
  27. "results": [
  28. {
  29. "message_id": "fake_message_id"
  30. }
  31. ]
  32. }
  33. D: <-- END HTTP (106-byte body)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement