Part Number: CC3100
Hi,
I have started the CC3100 in Access Point mode and configured the device to listen to port 8081. Then from a mobile device (iphone) I have typed "192.168.1.1:8081" from the browser. This resulted in a standard HTTP request coming into the CC3100 that starts with something like "GET ....". The CC3100 (with the help of the host MCU) replies back with an HTML page containing form submission in POST method. Now, when the data of the HTML form is submitted at the mobile browser end, the CC3100 receives an HTTP request that starts with "POST ....". But I am finding that all the POST variables that should have come like "var1=56&var2=34&var3=99 ...." are not there in the HTTP request. The HTTP request that came into the CC3100 from the mobile browser contains "Content-Length: 45" but the contents itself are not there. Is there any automatic filtering of the POST variables from an HTTP request inside CC3100. I didn't notice anything as such in the documentation of Simplelink CC3100. Or am I missing something somewhere? If so, I would appreciate if anyone could point me to the right document to look for further details into this matter.
-
NOTE: I am manually transmitting the HTML file contents to the mobile browser using sl_Send() function & the HTML files are not stored in the CC3100 internal FLASH memoy.
-
Thanks
-
Regards
Soumyajit
 
				 
		 
					 
                          