P
Peter Rilling
What is the difference between application/x-javascript and text/javascript.
While writing a web spider, I notice that different servers may send
different content code. Also on one particular site, the text within the
HTML for the <script> tag indicates "text/javascript" while the server
actually sends down content of type "application/x-javascript". Are there
other types that I should be aware of for identifying javascript files.
While writing a web spider, I notice that different servers may send
different content code. Also on one particular site, the text within the
HTML for the <script> tag indicates "text/javascript" while the server
actually sends down content of type "application/x-javascript". Are there
other types that I should be aware of for identifying javascript files.