Advertisement
Guest User

Firefox no problem with LiveCode Server

a guest
Jul 15th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Tested opensockets: 8082
  2.  
  3. ----- Only closeConnection this one: (Received acknowledgement) ------
  4. 127.0.0.1:50184
  5. ----- End Only ------
  6.  
  7. ----- sendResponse: data (now waiting) ------
  8. HTTP/1.1 200 OK
  9. Access-Control-Allow-Origin:*
  10. Cache-Control:public, max-age=0
  11. Connection:keep-alive
  12. Content-Type: application/json; charset=utf-8
  13. Date: 7/15/1511:03 AM
  14. Content-Length: 671
  15.  
  16. [{"slug":"a-simple-page","title":"A Simple Page","date":1436900984599,"synopsis":"Hello"},{"slug":"another-page","title":"Another Page","date":1436900974188,"synopsis":"Another simple page."},{"slug":"chaos-communication-camp","title":"Chaos Communication Camp","date":1436275531421,"synopsis":"The Chaos Communication Camp is an international meeting of hackers that takes place every four years, organized by the [[Chaos Computer Club]] (CCC)."},{"slug":"how-to-create-a-page","title":"How to create a page","date":1436274204553,"synopsis":"A page with 0 items."},{"slug":"welcome-visitors","title":"Welcome Visitors","date":1436900960628,"synopsis":"Pages about us."}]
  17. ----- End sendResponse: ------
  18.  
  19. ----- Logger middleware ------
  20. GET/system/sitemap.json
  21. the opensockets: 8082
  22. 127.0.0.1:50184
  23. ----- End Logger ------
  24.  
  25. ----- readFromSocket: passed param theIPAddress ------
  26. 127.0.0.1:50184
  27. ----- End readFromSocket: ------
  28.  
  29. ----- readFromSocket: read single line ------
  30. GET /system/sitemap.json HTTP/1.1
  31.  
  32. ----- End readFromSocket: ------
  33.  
  34. ----- newConnection: open sockets ------
  35. 8082
  36. 127.0.0.1:50184
  37. ----- End newConnection: ------
  38.  
  39. ----- newConnection: passed param pSocket ------
  40. 127.0.0.1:50184
  41. ----- End newConnection: ------
  42.  
  43. Tested opensockets: 8082
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement