the server uses the CGI,B page button POST method to point to the generate.pl script. script processing takes a long time and generates a new page B. but after A clicks the button, the page content does not change, the window title shows the loading ci...
the front end submits data to CGI, through the form, but I found that the data format in CGI is not correct, and some data seems to have been escaped . as shown in the figure, PP+ should actually show spaces, and% 2C I need to show commas. how do I...
The CGI, written in C has the following statement printf ( "Set-Cookie:username =% s; path= r n ", username); can be set successfully and can be read at the front end. but if I want to set two values, I try the following methods: printf ( "Set-...
before the WEB project uses the framework of java, the data format that the front-end send gives to http is JSONObject or JSONArray,. The operation is slow due to the need to install jvm, to run java on the device. If you want to use C s open source WEB...