Safari, HTTP authorization and REST
Posted by Sandro Paganotti in
Ruby on Rails -
comments are closed
I’ve just discovered an annoying bug in Safari that prevent you using RESTful urls by escaping the semi-colons. Googling around I found that the Rails community has prepared a patch in the meanwhile, you can install it as a plugin from the FingerTips blog.
If you’re using a caching mechanism there is also a way to dinamically escape semi-colons only in safari browsers using Javascript: thank you Dan Kubb
UPDATE: As Dan wrote in a comment (thank you again Dan ) rails core team has replaced semi-commas with slash in the rails edge version.


Comments
Dan Kubb
Posted on April 06
Sandro
Posted on April 06