SWPF01 - About SSI tags dataflow
Hello,
I have some trouble trying to use SSI tags in custom html page. I can't manage to make it usable...
Let me explain a bit:
(All the following is hardcoded)
First, I create a file :
AT+S.FSC=/test.shtml,100\r?
And put some content into :
AT+S.FSA=/test.shtml,100\r
Followed by raw data :
'<html>'
'<head><title>Input Demo</title></head>'
'<body>''<p>Input from Host: <!--&sharpinput--></p>''</body>''</html>'Until here, everything is all right.
But if i load my page, the specified timeout (2s) is triggered and the content of the SSI tag is :
WebServer currently busy. Please try again later.
I understand that my SSI tag <!--input--> is never replaced because i never see any message on UART link before the end of the timeout; so i can't put any data over UART.
In fact, i receive a complete +WIND56 message (I dump every byte received from uart rx int) when page loading has ended :
+WIND:56:Insert message to client: TIMEOUT OCCURRED!
I am missing something ? Wouldn't it work out of the box in my case ?
Setup:
ST Nucleo F401RE + IDW01M1
SPWF01SA up to date : 160129-c5bf5ce
Wifi mode : Mini AP
Also, i can't find any information concerning SSIs and CGI capabilities. Provided link in another thread doesn't seems to work. Any working links to PDFs ?
Thank you,
Thomas.
#ssi-tag #spwf01sa