1. headers for cake form:
  2. --------------------------------------------------------------------------------------------------------
  3.  
  4. Request URL:http://local.domain.com/number/check
  5. Request Method:POST
  6. Status Code:200 OK
  7. Request Headersview source
  8. Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  9. Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
  10. Accept-Encoding:gzip,deflate,sdch
  11. Accept-Language:en-GB,en;q=0.8,en-US;q=0.6,ja;q=0.4
  12. Cache-Control:max-age=0
  13. Connection:keep-alive
  14. Content-Length:112
  15. Content-Type:application/x-www-form-urlencoded
  16. Host:local.domain.com
  17. Origin:http://local.domain.com
  18. Referer:http://local.domain.com/number/check
  19. User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19
  20. Form Dataview URL encoded
  21. data[Number][country]:+44
  22. data[Number][area]:
  23. data[Number][number]:
  24. btnSubmit:Activate
  25. Response Headersview source
  26. Connection:Keep-Alive
  27. Content-Length:5530
  28. Content-Type:text/html; charset=UTF-8
  29. Date:Wed, 25 Apr 2012 08:50:47 GMT
  30. Keep-Alive:timeout=5, max=100
  31. Server:Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
  32. X-Powered-By:PHP/5.3.8
  33.  
  34.  
  35.  
  36. headers for hard coded:
  37. ---------------------------------------------------------------------------------------------------------
  38.  
  39. Request URL:http://local.domain.com/number/check
  40. Request Method:POST
  41. Status Code:200 OK
  42. Request Headersview source
  43. Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  44. Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
  45. Accept-Encoding:gzip,deflate,sdch
  46. Accept-Language:en-GB,en;q=0.8,en-US;q=0.6,ja;q=0.4
  47. Cache-Control:max-age=0
  48. Connection:keep-alive
  49. Content-Length:112
  50. Content-Type:application/x-www-form-urlencoded
  51. Host:local.domain.com
  52. Origin:http://local.domain.com
  53. Referer:http://local.domain.com/
  54. User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19
  55. Form Dataview URL encoded
  56. data[Number][country]:+44
  57. data[Number][area]:
  58. data[Number][number]:
  59. btnSubmit:Activate
  60. Response Headersview source
  61. Connection:Keep-Alive
  62. Content-Length:5534
  63. Content-Type:text/html; charset=UTF-8
  64. Date:Wed, 25 Apr 2012 08:51:56 GMT
  65. Keep-Alive:timeout=5, max=100
  66. Server:Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
  67. X-Powered-By:PHP/5.3.8