Hello...
Basically the following REST call works in Chrome but not in IE 11.
https://{tenantname}-910dd4ef789d3e.sharepoint.com/sites/DevSite/ProjectStatus/_api/SP.AppContextSite(@target)/Web/Lists/getbytitle('ProjectStatus')/Items?@target='https://{tenantname}.sharepoint.com/sites/DevSite'&$filter=Ressource eq 'Nicolas, Côté'
In Chrome, it returns data, but in IE it doesn't return anything, so IE can't handle french characters correctly? I constructed the url in javascript from visual studio 2015, and it's part of a SharePoint hosted app, so I don't think there is any encoding problem though.
Appreciate if someone can shed some lights
Tony
Basically the following REST call works in Chrome but not in IE 11.
https://{tenantname}-910dd4ef789d3e.sharepoint.com/sites/DevSite/ProjectStatus/_api/SP.AppContextSite(@target)/Web/Lists/getbytitle('ProjectStatus')/Items?@target='https://{tenantname}.sharepoint.com/sites/DevSite'&$filter=Ressource eq 'Nicolas, Côté'
In Chrome, it returns data, but in IE it doesn't return anything, so IE can't handle french characters correctly? I constructed the url in javascript from visual studio 2015, and it's part of a SharePoint hosted app, so I don't think there is any encoding problem though.
Appreciate if someone can shed some lights
Tony