Antony Bailey's Cookie Encoder is a PHP application for enhancing the security measures for your website and its contents. This software uses base64 encode and MD5 hash encryptions in creating and encoding secured cookies. With just a cookie enabled
In this tutorial the author talks to you about the use of request object of ASP.NET. The request object is used to get the information from the client. The author shows how the form collection of the request object is used to get the values of the as
Request Form is a tutorial which explains about the three key functions such as request to input, post to database, and to email which are all in a single ASP page. This request form can be utilized with Access database and CDONTS. This is a simple
With every page request, this script checks to see if any cron jobs should have been run since the previous request and will run them if needed.
This script compresses a number of hyperlinks in a drop-down menu. The user is allowed to choose a link and then submit the necessary request. A Perl script processes the request and returns the requested page.
This article shows a way to download multiple files in one http request. It let's you send an HTML page along with image preview, prepare more files for download and send the files as one data stream. One request, one authentication per multiple file
This is an useful tutorial for the .NET programmers to know about various syntax and semantic differences between ASP and ASP.NET. Some of the differences explained by the author are, ASP.NET does not support page-render functions whereas ASP support
Through this tutorial, you will come to know the problems that exist with Request.Form and Request.QueryString return values and the methods to overcome. It describes that the conversion problem occurs when accessing the returned values because they
It will be more useful for those who need to learn clearly and easily about Request Object along with it's collection, methods and properties. Describes that using this object all form values can be transmitted to web server through HTTP request. Dem
This article provides easier means of instructions to work with Request.ClientCertificate for retrieving all the certification fields. Listed parameters and subfield lets you learn which value can be obtained as per parameters given with Request.Clie |