When I tell the server that I'm about to send content type of "application/x-www-form-urlencoded", what does the server do in reponse to this as opposed to some other content type?
Where is it specified how the server should react to this?
Thanks,
Drew
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
The server does nothing. It's up to the client to do what it can with that content type.
42
Drew Lane
Ranch Hand
Joined: May 13, 2001
Posts: 296
posted
0
Originally posted by Jeroen Wenting: The server does nothing. It's up to the client to do what it can with that content type.
If the server does nothing, then why should the client bother to send that information in the first place?
Drew
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.