IE7 doesn't open the webscripts response in json format

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2010 05:22 AM
Hi all!
I tried to call a JSON webscript with IE7 and I always getting this error
"Internet explorer cannot download file from server "
"Internet explorer was not able to open this Internet site.The requested site is either unavailable or cannot be found. Please, try again later"
In Mozilla firefox the webscript calls works perfect!
Is this a problem of the IE??Maybe a bug??
Regards,
Ana
I tried to call a JSON webscript with IE7 and I always getting this error
"Internet explorer cannot download file from server "
"Internet explorer was not able to open this Internet site.The requested site is either unavailable or cannot be found. Please, try again later"
In Mozilla firefox the webscript calls works perfect!
Is this a problem of the IE??Maybe a bug??
Regards,
Ana
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2010 05:31 AM
More details please, no-one can help with that level of detail. For a start what URL are you using?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2010 06:20 AM
Sorry,
At first I am using a custom webscript, but then tried with the api/people/{userName} webscript
when I called the URL like this in the IE7
http://localhost:8083/alfresco/service/api/people/Cris?alf_method=GET
I get the error.
EDIT: goes through this link, I can save it the file at my local machine. But putting the address in the IE get the error.
At first I am using a custom webscript, but then tried with the api/people/{userName} webscript
when I called the URL like this in the IE7
http://localhost:8083/alfresco/service/api/people/Cris?alf_method=GET
I get the error.
EDIT: goes through this link, I can save it the file at my local machine. But putting the address in the IE get the error.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2010 07:10 AM
It seems that IE7 doesn't recognize the application/json mime-type.
To fix this , you have to update the Windows registry according to this:
http://adallow.wordpress.com/2008/10/13/viewing-applicationjson-mime-type-docs-in-your-browser/
Regards,
Ana
To fix this , you have to update the Windows registry according to this:
http://adallow.wordpress.com/2008/10/13/viewing-applicationjson-mime-type-docs-in-your-browser/
Regards,
Ana

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2010 09:46 AM
Yes it's IE that is not being helpful. I suggest you debug your webscripts using FireFox and FireBug!
