mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

prefix HTTP automatically to the URL #314

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. paste URL without http:// or https:// in URL input at Request page
2. Add some parameters
3. click on send

What is the expected output? What do you see instead?

Existing issue : If I enter URL (in URL input field) like localhost/myproject, 
it gives me error as "Status 0 NO RESPONSE"

Expected : Notify user that your URL has no http or https etc..

OR URL should be http://localhost/myproject

On what operating system, browser and browser version?
Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu 
Chromium/40.0.2214.111 Chrome/40.0.2214.111 Safari/537.36

Please provide any additional information below.

you can automatically detect and add http to the URL if user has not specified 
http or https

Original issue reported on code.google.com by reach.ma...@gmail.com on 25 Jun 2015 at 6:59