Hi,
there is a problem with accents. The charset you use seems to be ISO-8859-1. My guess is a missing "Content-Type application/json; charset=iso-8859-1" header in response.
HTTP 1.1 says that the default charset is ISO-8859-1, that's why it's working in a browser. But not in google script.
Jief
Hi, there is a problem with accents. The charset you use seems to be ISO-8859-1. My guess is a missing "Content-Type application/json; charset=iso-8859-1" header in response. HTTP 1.1 says that the default charset is ISO-8859-1, that's why it's working in a browser. But not in google script. Jief
PS : movie with accent : http://theapache64.xyz:8080/movie_db/search?keyword=tt3337092 PS2 : would you consider switching to utf-8 ?