Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. POST /prueba HTTP/1.1
  2. Host: host.com
  3. Content-Type: application/x-www-form-urlencoded
  4. Cache-Control: no-cache
  5.  
  6.  
  7. id_dispositivo=XXXXXXXXX&parametro1=-25.2222&parametro2=-54.2222
  8. OK
  9.  
  10. +CHTTPACT: DATA,1480
  11. http/1.1 500 internal server error
  12. date: thu, 01 nov 2018 13:31:35 gmt
  13. server: nginx/1.14.0
  14. content-type: text/html; charset=utf-8
  15. access-control-allow-origin: *
  16. access-control-allow-credentials: true
  17. access-control-max-age: 1000
  18. access-control-allow-headers: x-requested-with, content-type, origin, cache-control, pragma, authorization, accept,
  19. accept-encoding
  20. access-control-allow-methods: put, post, get, options, delete
  21. cache-control: no-cache, private
  22. x-ratelimit-limit: 60
  23. x-ratelimit-remaining: 59
  24. connection: close
  25. transfer-encoding: chunked
  26.  
  27. 1e00
  28. <!DOCTYPE html>
  29. <!--
  30.  
  31.  
  32. Illuminate\Database\QueryException: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column &quot;id_dispositivo&quot; violates nconstraint
  33. DETAIL: Failing row contains (null, null, null).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement