Closed (fixed)
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2012 at 20:26 UTC
Updated:
13 Jan 2013 at 00:42 UTC
Comments
Comment #1
mikeytown2 commentedI use POST and store the keys in the POST. I picked POST because URLs are pretty visible, thus putting the keys in a POST hides them at first glance.
$_POST['master_key'] (hash)
$_POST['temp_key'] (Lock)
If the master_key and temp_key do not pass the tests then I fast 403. You can see the code in question: http://drupalcode.org/project/httprl.git/blob/refs/heads/7.x-1.x:/httprl...
Doing a GET on http://example.com/httprl_async_function_callback should only result in a fast 403. Did I answer everything? :)
Comment #2
hass commented