473,382 Members | 1,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

What is the precise URL(or URI) in a HTTP Request @@.?

regards:

What is the precise URL(or URI) in a HTTP Request @@.?

Any positive suggestion is welcome.
thank you
May goodness be with you all
Jul 23 '05 #1
8 2015
mike wrote:
What is the precise URL(or URI) in a HTTP Request @@.?


"@@." is not an HTTP Request. Would you care to rephrase your question?

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
mike wrote:
What is the precise URL(or URI) in a HTTP Request @@.?


I'm not sure what "@@." means in your question, so I'm going to ignore
it and take a wild stab at giving you an informative answer (as well as
ignore the fact that this *is not* and HTML related question). For
this, I'll take a look at some real HTTP Request headers:

GET /products/firefox/ HTTP/1.1
Host: www.mozilla.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6)
Gecko/20050321 Firefox/1.0.2
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-au,en-gb;q=0.8,en;q=0.5,en-us;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

From this, we can see that the user agent is requesting
"/products/firefox/" from the Host: www.mozilla.org. Thus, the precise
URI for the requested resource in this HTTP GET Request is:

http://www.mozilla.org/products/firefox/

Hope this helps. Next time, please try to ask less confusing questions.
We're not all mind readers and our crystal balls are often broken, so
please provide as much detail as you possibly can, and try to avoid
vague/confusing questions and str@nge punctuat!on marks.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Jul 23 '05 #3
Lachlan Hunt wrote:
mike wrote:
What is the precise URL(or URI) in a HTTP Request @@.?

I'm not sure what "@@." means in your question, so I'm going to ignore
it and take a wild stab at giving you an informative answer (as well as
ignore the fact that this *is not* and HTML related question). For
this, I'll take a look at some real HTTP Request headers:


http://lachy.id.au/

GET / HTTP/1.1
Host: lachy.id.au

HTTP/1.1 500 Internal Server Error
Date: Sun, 27 Mar 2005 17:01:55 GMT
Server: Apache/1.3.33 (Unix) Resin/3.0.9 mod_gzip/1.3.26.1a
mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10
FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a

Time to get a new host, Lachy, preferably a non-Austrlaian one where you
won't be overcharged for under-performance.

;)
Jul 23 '05 #4
Sorry...following is my correction.

regards:

What is the precise URL(or URI) in a HTTP Request?

Any positive suggestion is welcome.
thank you
May goodness be with you all
Jul 23 '05 #5
Peter1968 wrote:
http://lachy.id.au/

HTTP/1.1 500 Internal Server Error
I know, that happened a few days ago.
Time to get a new host, Lachy, preferably a non-Austrlaian one where you
won't be overcharged for under-performance.


I actually have a US host, but I'm on the cheapest plan available:
$USD30/year for 75MB disk space with 3GB bandwidth/month. I went over
this month from everyone downloading the latest Thunderbird flyers I
published.

My old Australian host didn't have a bandwidth limit, but was charging
$AUD100/year, yet didn't provide MySQL, access logs/statistics, and many
other features that I needed/wanted to run my own CMS, which is why I
was stuck with blogger for so long. So, I gained a lot by switching and
only lost a little bandwidth limit. If I could afford the next plan, it
would be sufficent (10GB/month).

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Jul 23 '05 #6
mike wrote:
What is the precise URL(or URI) in a HTTP Request?


That's just the same question without the superfulous @@. on the end,
which I already answered.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Jul 23 '05 #7
Lachlan Hunt wrote:
Peter1968 wrote:
http://lachy.id.au/

HTTP/1.1 500 Internal Server Error

I know, that happened a few days ago.
Time to get a new host, Lachy, preferably a non-Austrlaian one where
you won't be overcharged for under-performance.

I actually have a US host, but I'm on the cheapest plan available:
$USD30/year for 75MB disk space with 3GB bandwidth/month. I went over
this month from everyone downloading the latest Thunderbird flyers I
published.


http://www.web-mania.com/cgi-bin/hostshop1.cgi

They seem reasonably reliable - I've just renewed for my second year
with them.

20ukp for 500MB, 6GB/month; PHP, Perl, MySQL, SSH access.

--
Michael
m r o z a t u k g a t e w a y d o t n e t
Jul 23 '05 #8
mike wrote:
Sorry...following is my correction.

regards:

What is the precise URL(or URI) in a HTTP Request?


As opposed to the imprecise one? Like the others, I don't understand
what it is you want to know.
Jul 24 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: j | last post by:
Hi is there a way of a php script knowing what page/script/object/thing on the server called it ? I don't mean the referer in the user's browser which is easily spoofed or non-existant I mean is it...
1
by: haode | last post by:
I have the page "content.asp" and it is called from the "menu.asp" page. Two page are on diffenent servers and on different Databases. Users who request the content.asp page are authenticated...
6
by: Pete | last post by:
Hi, I am writing a pre-handler page for aspx pages, in which I want to call a custom method on the code-behind class file for the aspx page. In order to do this I need to somehow get the...
1
by: chanmm | last post by:
I hit the problem in my WinXP can someone help me: The Web server reported the following error when attempting to create or open the Web project located at the following URL:...
2
by: KK | last post by:
In ASP.NET is it possible to get the name of the previous page? for example, Page1.aspx Page2.aspx From page1.aspx, I do a Server.Transfer(Page2.aspx), Now within Page2.aspx can I get the...
9
by: larkpics | last post by:
Hi, I know this goes round and round... but here goes this thread yet again. I just started at a new company which has strong security and cannot get my IIS working. I know I'm doing something...
4
by: Aaron Ackerman | last post by:
How do I call a URL or email address from a WinForms LinkLabel control?
4
by: supra91 | last post by:
Hi, I want to use HTML::Parser to parse a HTML file. My problem is that the html file can be from a URL or it can be a local file. How do I do this?
1
by: manu1980 | last post by:
Hi I want to save the current page url to a variable if there is a certain id on the page. then on another page of the site i want to attach that url stored in that variable to a link on the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.