It is.
That was the first thing I looked it up using google when I first read this question :)
How binary data is passed over HTTP?
Collapse
X
-
-
Wiki for Hypertext Transfer Protocol (HTTP) states:
If you read the HTTP Specifications you can learn how HTTP works.Originally posted by wikiHypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. Its use for retrieving inter-linked resources, called hypertext documents...
You can change the Response header type to indicate the type of data being transferred to the web browser. The web browser will chose the appropriate action in response to the data type being sent to it.
-FrinnyLeave a comment:
-
How binary data is passed over HTTP?
As we know that HTTP and SMTP support only 7 bit ASCII character than how
HTTP POST directly transfere binary content of the image file in a request to the web server.
I am real confused... please help...Tags: None
Leave a comment: