Projects tagged ‘curl’ and ‘httprequest’


[5 total ]

632 Users
   

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP ... [More] PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]
Created over 3 years ago.

1 Users

Created about 1 year ago.

0 Users

Just some tools and scripts that i wrote to make the net a happier place ProjectsReaction: research tool to measure reaction times of people using a webbrowser HttpRequest: A simple PHP5 class using ... [More] cURL for Ajax-like HTTP requests Markov Chain Generator written in PHP5 JSON viewer to view JSON files in a browser, either direct by URL or by copy-pasting the source BackupTweets script to backup all of your tweets and write them to a JSON file [Less]
Created 3 months ago.

0 Users

OverviewAll web browsers enforce security restrictions that prevent webpages from making cross-domain XMLHttpRequests. xdRequest is a JavaScript library that allows you to easily make cross-domain ... [More] requests with dynamic script tags. They dynamic scripts are generated with YQL requests/responses made to a custom open table definition. xdRequest does all of the work of performing the dynamic script tag insertions and parsing the YQL JASONP responses to make them easier to work with. This makes it quick and easy to develop cross-domain scripts to obtain and parse data. FeaturesMake cross-domain requests using the GET and POST methods Add request headers along with the requests Automatically collect cookies sent by the remote web server Automatically follow redirects and collect cookies along the way Properly store/transmit cookies, much like the popular server-side library, cURL Automatically submits hidden fields detected within forms on webpages Quick SampleHere's an example of how easy xdRequest is to use: var myXDR = new xdRequest; myXDR.setURL("http://www.example.com").addCookie("foo", "bar").get( function(response) { // Replace the contents of id_of_element_in_page document.getElementById("id_of_element_in_page").innerHTML = response.html; } ); Try it Now!Download the latest version and visit the xdRequest Instructions page to learn more about using it. You can also check out an xdRequest demo to see it working live. [Less]
Created 3 months ago.

0 Users

This is a package to send and receive requests from the encoding.com video encoding web service. It is written in PHP and requires CURL.
Created 4 months ago.