Add Submit Express to Your Professional LinkedIn Profile Follow Submit Express on Twitter Become a Fan of Submit Express on Facebook SEO News

Search Engine Forums, SEO Forum

Submit Express Forum - Discuss Google, Link Building Strategies & More
It is currently Wed May 23, 2012 4:12 am


All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: What is HTTP Request?
PostPosted: Mon Jul 18, 2011 1:07 am 
Offline

Joined: Tue Jul 05, 2011 5:11 am
Posts: 27
Location: California
Actually HTTP request is used for call the action in dynamic website to navigate so how does this action takes place?

_________________
ecommerce website development


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Mon Aug 29, 2011 12:34 am 
Offline

Joined: Fri Aug 26, 2011 2:50 am
Posts: 35
Location: FL, USA
HTTP is The request which your computer sends to the web server contains all sorts of (potentially) interesting information.

_________________
RapidSSL Certificate, & Thawte SSL123 at the Cheapest price from RapidSSLonline.com


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Mon Aug 29, 2011 3:59 am 
Offline

Joined: Wed Jul 20, 2011 9:11 pm
Posts: 80
Location: Queanbeyan, NSW.
HTTP is the foundation of data communication for the World Wide Web.

_________________
Treated Pine


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Tue Aug 30, 2011 10:41 am 
Offline

Joined: Thu Aug 18, 2011 8:10 am
Posts: 4
The HyperText Transfer Protocol (HTTP) is a request/response protocol that is used by clients (typically Web browsers) to exchange information with servers (typically Web servers). An HTTP request is simply a MIME-like message that the client submits to the server to request data. Here's a very simple example of an HTTP request message:

GET / HTTP/1.1
Host: google.com
User-Agent: Mozilla/5.0

Upon receipt of this request message, the server responds with an HTTP response message. This response might be a redirect (3xx response code), a successful response (2xx response code), or an error.

For detailed information about HTTP requests and responses, consult RFC 2616.

_________________
An SEO audit is the first and most important component of any SEO project.


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Thu Sep 01, 2011 11:48 pm 
Offline

Joined: Sat Dec 16, 2006 9:42 am
Posts: 1553
In layman's term, it's just simply typing the url of the site on address bar of the browser and when he press enter or click go, the http request is in progress.

_________________
Pet Beds - Quality, style and comfort plus healing and soothing warm effects for cold winter season.


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Tue Sep 06, 2011 2:58 am 
Offline

Joined: Wed Aug 31, 2011 4:51 am
Posts: 183
Location: Florida
Meaning of HTTP - "Hyper-Text Transfer Protocol" is the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. For example, when you enter a URL in your browser, this actually sends an HTTP command to the Web server directing it to fetch and transmit the requested Web page.

_________________
cheap Comodo SSL Certificate only at comodosslstore.com


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Tue Sep 06, 2011 3:16 am 
Offline

Joined: Wed Jul 20, 2011 9:11 pm
Posts: 80
Location: Queanbeyan, NSW.
HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web.

_________________
Treated Pine


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Sun Nov 27, 2011 7:40 pm 
Offline

Joined: Sun Nov 27, 2011 7:21 pm
Posts: 2
railwaysleepers wrote:
HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web.


Yep, agreed. HTTP is a request/response protocol, from your IP address routed to the requested server where file is.

_________________
small business SEO


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Mon Nov 28, 2011 2:47 am 
Offline

Joined: Thu Sep 08, 2011 9:46 pm
Posts: 73
Location: India
HTTP request is request for transferring files from one system to another. It is known as Hyper Text Transfer Protocol by which we can transfer files.

_________________
|WLCI|


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Wed Dec 14, 2011 7:45 am 
Offline

Joined: Wed Dec 14, 2011 3:56 am
Posts: 27
The information, in the form of a text record that a user’s browser sends to a Web server containing the details of what the browser wants and will accept back from the server.

_________________
Agricultural Extension Education


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Tue Dec 20, 2011 9:51 pm 
Offline

Joined: Tue Dec 20, 2011 9:34 pm
Posts: 35
The information, in the form of a text record, that a users browser sends to a Web server containing the details of what the browser wants and will accept back from the server. The request header also contains the type, version and capabilities of the browser that is making the request so that server returns compatible data.
Upon receipt of the request header, the server will return an HTTP response header to the client that is attached to the file(s) being sent.

_________________
Human Development And Family Studies Degree


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Thu Dec 29, 2011 1:09 am 
Offline

Joined: Wed Dec 28, 2011 10:48 pm
Posts: 25
Whenever your web browser fetches a file (a page, a picture, etc) from a web server, it does so using HTTP - that's "Hypertext Transfer Protocol". HTTP is a request/response protocol, which means your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).

_________________
Biomedical Engineering Degree


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Wed Jan 18, 2012 12:33 am 
Offline

Joined: Tue Jan 17, 2012 9:33 am
Posts: 25
HTTP Request overload is when a sites web page has too many images, Stylesheets, Javascripts, and other embedded elements in it, and because of the number of external files the page is slow to load.

_________________
CSU College of Business


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Wed Jan 18, 2012 4:47 am 
Offline

Joined: Wed Jan 18, 2012 4:13 am
Posts: 10
Location: USA
HTTP stands for Hyper-Text Transfer Protocol it is a request/response protocol..and HTTP request means your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).

_________________
Web Designer


Top
 Profile  
 
 Post subject: Re: What is HTTP Request?
PostPosted: Sun Mar 11, 2012 8:07 pm 
Offline

Joined: Sun Mar 11, 2012 6:39 pm
Posts: 104
Any kind of websites which plan to technique individuals, such as MFA websites or some kind of designed for affiliate marketers might regarded as poor neighbours. You will need to check out the websites additional before you finally make cable connections to prevent becoming flagged as well.





beats headphones


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: