Tutorial by Examples

It is quite easy to call a CGI-Script via GET. First you will need the encoded url of the script. Then you add a question mark ? followed by variables. Every variable should have two sections seperated by =. First section should be always a unique name for each variable, while the second part h...
Using Request Method POST in combination with SSL makes datatransfer more secure. In addition... Most of the encoding and decoding is not needed any more The URL will be visible to any one and needs to be url encoded. The data will be send separately and therefor should be secured via SSL The...

Page 1 of 1