More solutions to utilize the HTTP protocol to retrieve information like stock quotes, weather details from other servers to be used with ASP applications is available on this tutorial that also describes in detail about PerlScript ActiveX...
A utility program for developers that reveals the communications between a webbrowser and a webserver at the HTTP level. You get to see all the HTTP request/response headers. It helps you debug scripts.
The author defines about the HTTP Handler at first. This gives the response for the user's request about the source just by getting the extension. The author shows how to write a custom handler and how to bind it with .css files. Implementation of...
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...
The HTTP Client class is a script which implements all HTTP methods and a subset of WebDAV protocol. The main methods that are supported by this script are: connect, disconnect, set headers, remove header, set credentials, set protocol version,...
This site gives an introduction to the HTTP protocol used for the exchange of www documents. In this article the authors covers HTTP, how it works and how to use it for simple transactions. The site also has a number of articles which cover basic...
A parser and decoder for the HTTP Cookie line for use in CGI programs. Comes with an on-line demo of using cookies to store cascading style sheet preferences.
TShareware is a component to limit the user of your software of a number of day to use it. Just tell the comp the number of days you want your software to work, and it will do everything you need.
This is an article that elaborates on HTTP -the HyperText Transfer Protocol and its function. The author explains that, in the starting level of the web applications, the client should make the first request to the server, this process of request...
Sending XML Documents over HTTP is an easy tutorial in which author demonstrates the procedure of sending the XML documents through a HTTP request and XML to send and receive data to the web server. The author gives information about sending... |