c - failed to process http post,get,put and delete request from cc3200 launchpad to local server or http server -
//i using
define get_request_uri "get /ms/v_updated.php?id=9,9,9& qty=9,9,9/http/1.1\r\nhost:127.0.0.1\r\naccept: /\r\n\r\n"
for v_updated.php file on localserver using cc3200 launchpad
//and wanted know correct syntax using request in cc3200
![on console got following outpt] [1] sta connected ap: [2]ip acquired : [3]connection server created http begin: failed send http request http post failed http end: and want know json parser being used..
it possible local server declining requests cc3200. try configuring local server. if using xampp, go config > httpd.conf, open it. search allowoverride. find following settings (or similar ),
<directory /> allowoverride none options none order allow,deny allow none </directory> change none all. should
`<directory /> allowoverride options order allow,deny allow </directory>`
Comments
Post a Comment