Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: "Christoph M. Becker" Newsgroups: comp.lang.php Subject: Re: Problem between PHP and JavaScript with json Date: Tue, 2 May 2017 17:40:21 +0200 Organization: solani.org Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1493739614 7562 eJwFwYEBACAEBMCVSP8YR8n+I3QHo/L6JrgxmOVHO9JzwWAeHdplnNss1TyLXpIt9gr1xD4H/hCh (2 May 2017 15:40:14 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 2 May 2017 15:40:14 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 Content-Language: de-DE X-NNTP-Posting-Host: eJwNyMEBwCAIA8CVGoSA4yDC/iPYe54tguVKo9rYaAK5S3BByGG3r1uFjjj3vy8IFZnITsfsBxvGESQ= X-User-ID: eJwNyskBwDAIA7CVOA0dB6dh/xFavZUOxalAInJzcdtWY9gTcfrhUvyVcru8XGFDa3bsb2nkByi1EbU= Cancel-Lock: sha1:x17FdjmocLCELYYMZ0hJ86fYLPI= In-Reply-To: Xref: csiph.com comp.lang.php:17395 On 02.05.2017 at 17:27, Une Bévue wrote: > Le 02/05/2017 à 15:56, Christoph M. Becker a écrit : > >> Well, what happens if you request this URI from the browser directly? >> Don't you get the raw JSON then? > > Yes, of course, i get : > {"text":"html { \n background: transparent > url(http:\/\/mbp.local\/global\/backgrounds\/cerveaulent_recadre.png) > no-repeat center center fixed;background-size: > cover;}","background":"transparent > url(http:\/\/mbp.local\/global\/backgrounds\/cerveaulent_recadre.png) > no-repeat center center > fixed","background-image":"url(http:\/\/mbp.local\/global\/backgrounds\/cerveaulent_recadre.png)","backgroundSize":"cover"} > > > even using : > $ wget http://mbp.local/php/background-json.php > > i get the same, the first character being "{" and the last one "}" > > the reason why i don't understand the error message (about the same > using "Firefox Developer Edition" or "Safari Techical Preview")... Have you checked the response in a hex editor? I wouldn't be surprised if it starts with EF BB BF -- Christoph M. Becker