[wp-trac] Re: [WordPress Trac] #1215: comment form should use a relative or absolute path, not a complete URI

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 17 05:35:27 GMT 2007


#1215: comment form should use a relative or absolute path, not a complete URI
----------------------+-----------------------------------------------------
 Reporter:  michel v  |        Owner:  anonymous 
     Type:  defect    |       Status:  closed    
 Priority:  normal    |    Milestone:            
Component:  General   |      Version:  1.5.1     
 Severity:  minor     |   Resolution:  worksforme
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by tombarta):

 From the server's standpoint, there is no difference whether or not a web
 page indicated an absolute URI or a relative URI; the subsequent request
 generated by the browser will be the same, unless the browser itself is
 broken.

 If the client had disabled sending the `Referer` header, this may have
 caused a problem.  The server could be configured to disallow `POST`
 requests that don't have a `Referer` originating from itself (referer
 checks are often done to reduce image hotlinking or as a misguided attempt
 to increase security).

-- 
Ticket URL: <http://trac.wordpress.org/ticket/1215#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list