top button
Flag Notify
Site Registration

How can Give minimal HTTP Get and mailto for URL !! and how can find absolute for URL !

+1 vote
492 views

Assume that the base URL for a Web page is
http://www.example.com/hws/hw1/detail/index.html
Also assume that this page contains the relative URLs
../images/logo-3.gif
/static/images/icon2.jpg
../../header.inc
Give the absolute URL corresponding to the above relative URLs

.................................

  1. Give a complete minimal HTTP GET request corresponding to the URL
    http://www.example.org:8085/samples/okay/well?isThis=right#period
  2. Give a mailto-scheme URL to send e-mail with subject Test Message to a user named Roger at host
    www.example.com.
posted Oct 18, 2014 by As M Ob

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Please put the meaningful title of the question (not like help me please), I can not understand anything from the question i.e. what is the problem what you have tried, please share the proper detail....

Similar Questions
–2 votes

(a) Write a Java program the decomposes a well-formed URL input into its components: scheme (protocol),
hostname, port number, and the resource (le).

(b) Reconstruct the decomposed URL in part (a) into its equivalent one, but replace the hostname with its IP
address.
Tip: Have a closer look at the java.net.URL API and the IdentifyHostIP.java.txt from

+1 vote

I need current url in rails environment file. I can get current url in controller by the below command.
request.env[HTTP_HOST]

and now I want get current url in environment.rb file or intializer folder files

0 votes

While clicking on the image it opens into the browser. I dont want to allow client to open the image in browser as separate url. I have blocked the /image/ directory from access/listing , but the image is opening.

How to stop that in apache. Please help me.

+1 vote

As you can make out, your help will go inside the QueryHome code. We have some need where we need to find out where URL ends. Can someone help on what are the list of special characters which are NOT allowed in a url.

...