Your Account
Community
Topics (Upcoming)
More |
View story
Problems with Internet Explorer and application/json
http://feeds.feedburner.com/~r/symfony/planet/~3/306431772/
Submitted by
narko
3 months, 1 day, 16 hours agoMy current project based on Symfony and YUI was developed using Firefox (and its great plugin Firebug) and Safari. It made heavy use of JSON. My Symfony action looked like
public function executeSomething ()
{
$this->getResponse ()->setHttpHeader ('Content-Type', 'application/json');
// ... Do something
return...
Tags: none
|