http request
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 808
HTTP Request 1.0.5
This program helps construct HTTP requests to send to a webserver to retrieve webpages. Fill in the hostname, port, and file, along with any additional headers you would like to send and it constructs the request and then sends it, showing you the more>> This program helps construct HTTP requests to send to a webserver to retrieve webpages. Fill in the hostname, port, and file, along with any additional headers you would like to send and it constructs the request and then sends it, showing you the response headers and response body. Supports get, post, and head methods. Useful for debugging requests or just learning how HTTP protocol works. Written in C for Windows, source code included.<<less
Added: 2005-07-21 License: Other Price: $0.00USD
36 downloads
Request Quote 1.0
Request quote script is designed for web designers and other internet businessperson that wish to achieve perfect feedback from their customers. It is designed to send text messages from customers requesting the price quote for their projects. more>> Request quote script is designed for web designers and other internet businessperson that wish to achieve perfect feedback from their customers. It is designed to send text messages from customers requesting the price quote for their projects.<<less
Added: 2007-02-18 License: Freeware Price: $0.00USD
15 downloads
Other version of Request Quote
Price: FreeAdditionalInfoFree
License:Freeware
License:Freeware
PHP Request and SQL Security 2
UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might more>> UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might otherwise cause SQL injections or other hacks. The script has two functions which are used to completely take the hassle out of getting data from GET, POST, or REQUEST. It protects the data and has many options for default values, malformed data protection and just a quick and easy way of getting what you need.<<less
Added: 2005-09-03 License: Free Non-Commercial Price: $0.00USD
36 downloads
View HTTP Header 1
With this tool you can check the HTTP headers of any web site. It returns the HTTP code, server type, PHP version and content type. How to use this tool? 1. Enter the URL. 2. After clicking on Ok button, you will be able to view the http headers for more>> With this tool you can check the HTTP headers of any web site. It returns the HTTP code, server type, PHP version and content type. How to use this tool? 1. Enter the URL. 2. After clicking on Ok button, you will be able to view the http headers for entered domain like date, connection, server??.<<less
Added: 2007-02-22 License: Freeware Price: $0.00USD
15 downloads
HTTP File Transfers
These functions are used to upload and download files over HTTP. It opens socket connection to the remote host and make HTTP requests. Use these functions to easily upload and download files with your PHP code. more>> These functions are used to upload and download files over HTTP. It opens socket connection to the remote host and make HTTP requests. Use these functions to easily upload and download files with your PHP code.<<less
Added: 2008-05-06 License: GPL Price: $0.00USD
17 downloads
HTTP Authentication 1
I show you how to create an HTTP Authentication It is the best username and password system to protect a single OR many pages And you can create an unlimited HTTP Authentication as you want + We have many other good scripts/Tutorial to copy and more>> I show you how to create an HTTP Authentication It is the best username and password system to protect a single OR many pages And you can create an unlimited HTTP Authentication as you want + We have many other good scripts/Tutorial to copy and paste<<less
Added: 2004-12-24 License: Price: 0.00 Price: 0.00
12 downloads
Other version of HTTP Authentication
License:Not Specified
http-error resolver 1.01
Small and Simple. Stop the ugly error pages on your site. Do you like the 404 error page on your site when a visitor types the wrong page name? You can use these... more>> Small and Simple. Stop the ugly error pages on your site. Do you like the 404 error page on your site when a visitor types the wrong page name? You can use these...<<less
Added: 2006-02-19 License: Freeware Price: $0.00USD
13 downloads
Ajax - Building a Request
In this tutorial, youll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesnt have to wait for the page to refresh. more>> In this tutorial, youll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesnt have to wait for the page to refresh.<<less
Added: 2006-11-10 License: Freeware Price: Free
1079 downloads
Free HTTP headers checker
With this tool you can check the HTTP headers of any web site. It returns the HTTP code, server type, PHP version and content type. more>> With this tool you can check the HTTP headers of any web site. It returns the HTTP code, server type, PHP version and content type.<<less
Added: 2006-04-10 License: Freeware Price: $0.00USD
14 downloads
HTTP Header Check Tool 1.0
Find out what headers are returned for any webpage. This tool also available for download. Often web pages can return unexpected values such 301 (permanent redirect), 302 (temporary redirect), or 404 (page not found), even though everything "appears" to more>> Find out what headers are returned for any webpage. This tool also available for download. Often web pages can return unexpected values such 301 (permanent redirect), 302 (temporary redirect), or 404 (page not found), even though everything "appears" to be okay. This tool can help you find out the headers, and hopefully your pages will be 200 (Ok).<<less
Added: 2007-12-18 License: Other Price: $0.00USD
13 downloads
Curl Based HTTP Client 1.2
This class implements an HTTP client using the PHP Curl library extension. It can perform HTTP GET or POST requests taking an array as the list of POST parameters. The class can set request referrer, authentication credentials, connection peer IP more>> This class implements an HTTP client using the PHP Curl library extension. It can perform HTTP GET or POST requests taking an array as the list of POST parameters. The class can set request referrer, authentication credentials, connection peer IP address, download/upload files, use proxy etc.. It can also collect cookies sent by the server in a cookie jar file.<<less
Added: 2006-08-31 License: BSD Price: $0.00USD
17 downloads
Other version of Curl Based HTTP Client
License:BSD Style
URL HTTP status viewer
This tool will return exact HTTP headers returned by web server with brief description of headers returned. more>> This tool will return exact HTTP headers returned by web server with brief description of headers returned.<<less
Added: 2005-10-11 License: Freeware Price: $0.00USD
12 downloads
PHP HTTP LOG
If your web hosting have no access to Apache or IIS http logs, this PHP HTTP LOG is just an idea for you. PHP HTTP LOG is php script that can log your site visit stats in NCSA extended/combined log fo more>> If your web hosting have no access to Apache or IIS http logs, this PHP HTTP LOG is just an idea for you. PHP HTTP LOG is php script that can log your site visit stats in NCSA extended/combined log format, same as Apache http log format. Logs can be download and analyzed by website log analyze software on PC. This Script is GPL license, easy to install and do not need database<<less
Added: 2005-05-13 License: GPL Price: Free
1663 downloads
HTTP 301 Permanent Redirection Techniques
This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techni more>> This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techniques are presented with recommendations.<<less
Added: 2005-04-07 License: Freeware Price: Free
1664 downloads
HTTPSock 1.00
Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding. more>> Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding.<<less
Added: 2007-01-21 License: GPL Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above http request search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed