Search found 1 match
- Thu Sep 16, 2010 10:44 am
- Forum: ZoneMinder 1.24.x
- Topic: POST AJAX requests
- Replies: 4
- Views: 2827
POST AJAX requests
What's the difference between GET and POST AJAX requests? I've always done GET requests regardless, but I think I should probably look into it :P .The first question is if GET can be used for passwords. I know that it's generally considered best practice to use POST for password forms, but isn't ...