Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Browser dependent CGI script failure?

by Anonymous Monk
on Apr 14, 2004 at 06:17 UTC ( [id://344939]=note: print w/replies, xml ) Need Help??


in reply to Re: Browser dependent CGI script failure?
in thread Browser dependent CGI script failure?

Some browsers fill out the script name automatically, some don't.
Like what browser? All browsers should support this. It's a standard relative uri, perfectly legal. See http://www.rfc-editor.org/rfc/rfc1738.txt http://www.ietf.org/rfc/rfc2396.txt.
  • Comment on Re: Re: Browser dependent CGI script failure?

Replies are listed 'Best First'.
Re: Re: Re: Browser dependent CGI script failure?
by wolfi (Scribe) on Apr 14, 2004 at 06:57 UTC
    uhm...
    RFCs are not law - and ultimately, it is up to the browser manufacturers, whether they adhere to them or not.
    (if browsers all followed the standards - webdesigners wouldn't be having as many compatibility discussions.)
      You are using a relative URL of a form that is not strictly standard
      It's a standard relative uri, perfectly legal.
      That's why I ask to give an example. Unless it's some homemade browser, it'll work.
Re: Re: Re: Browser dependent CGI script failure?
by iburrell (Chaplain) on Apr 14, 2004 at 20:03 UTC
    It is open to interpretation if it is a legal relative URI. The relativeURI grammar in RFC 2396 defines that the relative path must have at least a single character before the query string. However, the examples include '?y' as a relative URL. RFC 1808 allows just a query string and specified the resolution rules for it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://344939]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found