-
The current request HTTP headers are parsed and a sorted list of idioms that best match the one supported by the application, is returned.Requirements: PHP 5.0 or higher
-
RapiDownload can be used to serve files for download by the users of a site. It can serve a file from a directory given its file name. RapiDownload can also determine the file type from the file name extension and generate the appropriate HTTP headers that include information about the file type, file size and prevent that the file is ...
-
HV HTTP Multipart is meant to compose and serve multiple pages that replace each other in a single HTTP request. It uses the MIME content type multipart/x-mixed-replace content type to keep the connection open. Only works in browsers that support that content type, obviously. This does not include MS Explorer.HV HTTP Multipart can send multiple pages that replace each other ...
-
HTTP Status is a PHP class for determining HTTP Status codes. HTTP Status is mainly based on Status.pm lib/HTTP/Status.pm> from the libwww-perl collection.
-
HTTP Navigator is a set of PHP script for sending HTTP requests. HTTP messages can also be retrieved, which is inspired by the Perl LWP module. Features of HTTP Navigator:- Cookie tracking- Gzip support- File uploads- Proxy support- Connection caching- Chunked Encoding- Authentication support- Auto-redirects- CURL support- SSL support
-
HttpPostUpload is a class to make it easy and a little bit secure to upload files to a Web server.
-
Easy Download is mean to simplifying the process of making a file available for download via a PHP script.Easy Download generates the necessary download request HTTP headers and streams the contents of a given file as a response of a PHP script.
-
phpODP Class, a class for use with ODP (dmoz.org) data retrieval.
-
Request Data can retrieve request values from $_ENV, $_GET, $_POST, $_COOKIE, $_SERVER, $_REQUEST and convert the values to several data types: integer, boolean, strings, float. It can also retrieve request headers from $_SERVER variables with names that start with HTTP_ .Values are escaped to prevent cross-site scripting attacks and slashes are removed from the values when the magic quotes option ...
-
GET can take an array of parameters and values and build a string of an URL that can be used in a link to pass GET request parameters.Additional parameters can be added individually.Requirements: PHP 3.0 or higher
-
Cookie Jar should be used to handle cookies (storing cookies from HTTP response messages, and sending out cookies in HTTP request messages).Cookie Jar is mainly based on Cookies.pm lib/HTTP/Cookies.pm> from the libwww-perl collection. Unlike Cookies.pm, this class only supports the Netscape cookie spec, not RFC 2965.
-
HTTP requests to login with a specified user name and password and retrieve the contents of a given folder, are send. The folder listing is returned in an array that describe the files and sub-folders contained in the given start folder.The listing of files may include the URLs to download each of the them.
-
gHttp can submit HTTP POST and GET requests using regular PHP access functions with support for authentication and using proxy servers. It provides the stream wrappers ghttp, phttp, ghttps and phttps for performing HTTP GET and POST requests respectively using SSL or not.gHttp can also be used as replacement of the regular HTTP stream wrappers under PHP 5.1 or later. ...
-
A log file containing the IP addresses and whether they could be proxies, gets generated. Rex can also check if an array of POST or GET values contains HTML excerpts with Javascript that could be used to perform XSS (Cross-site scripting) attacks.Requirements: PHP 5.0 or higherWhat's New in This Release Rex:- Proxy port scan can be disabled (in some cases, ...
-
EPSDownload can take the name of server side file or a string of data to generate the necessary HTTP response headers to serve the data as a download.The content type, description and cache control can be configured.Requirements: PHP 5.0 or higher

