Advertisement
seriy-coder

Untitled

May 19th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.48 KB | None | 0 0
  1. /"
  2. * Hostname was NOT found in DNS cache
  3. *   Trying 91.*.9.*...
  4. * Connected to *a.ua (91.*.9.*) port 443 (#0)
  5. * successfully set certificate verify locations:
  6. *   CAfile: none
  7.  CApath: /etc/ssl/certs
  8. * SSLv3, TLS handshake, Client hello (1):
  9. * SSLv3, TLS handshake, Server hello (2):
  10. * SSLv3, TLS handshake, CERT (11):
  11. * SSLv3, TLS handshake, Server finished (14):
  12. * SSLv3, TLS handshake, Client key exchange (16):
  13. * SSLv3, TLS change cipher, Client hello (1):
  14. * SSLv3, TLS handshake, Finished (20):
  15. * SSLv3, TLS change cipher, Client hello (1):
  16. * SSLv3, TLS handshake, Finished (20):
  17. * SSL connection using DES-CBC3-SHA
  18. * Server certificate:
  19. *    subject: 1._._.1._.1.__1.60.2.1.3=UA; businessCategory=Private Organization; serialNumber=37__8__0; C=**; ST=*; L=*; O=n LLC; OU=IT*; CN=www.*a.ua
  20. *    start date: 2016-02-17 00:00:00 GMT
  21. *    expire date: 2018-03-18 23:59:59 GMT
  22. *    subjectAltName: *a.ua matched
  23. *    issuer: C=US; O=GeoTrust Inc.; CN=GeoTrust EV SSL CA - G4
  24. *    SSL certificate verify ok.
  25. > POST /partner_api/d1/register_parcel/ HTTP/1.1
  26. > User-Agent: curl/7.35.0
  27. > Host: *a.ua
  28. > Accept: */*
  29. > Authentication: *
  30. > Content-Type: application/json
  31. > Content-Length: 195
  32. >
  33. * upload completely sent off: 195 out of 195 bytes
  34. < HTTP/1.1 200 OK
  35. * Server nginx is not blacklisted
  36. < Server: nginx
  37. < Content-Type: application/json; charset=utf-8
  38. < Content-Length: 1008
  39. < Connection: keep-alive
  40. < Date: Thu, 19 May 2016 07:10:17 GMT
  41. < Vary: Authorization, Accept-Language, Cookie, Accept-Encoding
  42. < Content-Language: ru-ru
  43. < Access-Control-Allow-Origin: *
  44. < Strict-Transport-Security: max-age=0; includeSubdomains; preload
  45. <
  46. {
  47.    "delivery_type": "warehouse_pickup",
  48.    "mk_user_translit": {
  49.        "first_name": "N___",
  50.        "last_name": "K___",
  51.        "address": {
  52.            "building": "",
  53.            "city": "",
  54.            "full": "*, 1 poverh",
  55.            "appartment": "",
  56.            "country": "Ukraina",
  57.            "region": "",
  58.            "street": ""
  59.        }
  60.    },
  61.    "delivery_location_id": 1,
  62.    "phone": "380***976***",
  63.    "mk_tracking_code": "G132TER",
  64.    "d1_tracking_code": "12345",
  65.    "is_registered": true,
  66.    "mk_user": {
  67.        "first_name": "Н__",
  68.        "last_name": "К__",
  69.        "address": {
  70.            "building": "",
  71.            "city": "",
  72.            "full": "Х*",
  73.            "appartment": "",
  74.            "country": "Украина",
  75.            "region": "",
  76.            "street": ""
  77.        }
  78.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement