Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online HTTP client [closed]

Does anyone know of any online HTTP client that can send customized HTTP requests and print out the response?

Requirements:

  • online client
  • no download/install required of anything
like image 917
Hari Avatar asked Dec 06 '11 05:12

Hari


People also ask

What is HttpClient shutting down mean?

* Shuts down this HTTP client object, releasing any resources that might be held open. This is * an optional method, and callers are not expected to call it, but can if they want to * explicitly release any open resources. Once a client has been shutdown, it cannot be used to.

Do you need to close HttpClient?

You do not need to explicitly close the HttpClient, however, (you may be doing this already but worth noting) you should ensure that connections are released after method execution. Edit: The ClientConnectionManager within the HttpClient is going to be responsible for maintaining the state of connections.

When HTTP connection is closed?

close This close connection directive indicates that the client wants to close the connection after sending the response message. In HTTP 1.0, by default, the connection gets closed.


1 Answers

To complete the list :

Captcha free

  • OnlineCurl : http://onlinecurl.com/
  • GoogleBot Simulator : http://www.dnsqueries.com/en/googlebot_simulator.php
  • getaCert HTML debugger : http://www.getacert.com/cert/websniffer.py
  • TestUri : http://testuri.org/
  • REST client - HTTP request: https://toolki.com/en/http-request/
  • AskApache::Raw HTTP Header Debugger : http://www.askapache.com/online-tools/http-headers-tool/

With Captcha

  • REDbot : http://redbot.org/
  • Rex Swain's HTTP Viewer : http://www.rexswain.com/httpview.html
  • Web Sniffer : http://web-sniffer.net/

Dormant

  • Hurl : http://hurl.it/
  • Hurl.eu : http://hurl.eu
  • Web-sniffer Me : http://www.web-sniffer.me/

Misc.

Tools not primarily intented to be online HTTP client but you can use them for :

  • The Right API http://www.therightapi.com/test (support OAuth 2.0 and some data types such as HTML, JSON, XML, Text...)
  • Online Tidy up: http://infohound.net/tidy/
  • Try Jsoup: http://try.jsoup.org (Click the Fetch URL button to enter your url)
  • HTML Beautifier: https://dotmaui.com/htmlbeautify/
like image 174
Stephan Avatar answered Oct 11 '22 14:10

Stephan