circlecell / jsonlint.com

[OLD] Please go to new source, link below.

Home Page:https://github.com/circlecell/jsonlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAQ - Example URL-Encoded JSON

jfeltis opened this issue · comments

In the FAQ, an example link is provided for testing JSON linting via query string parameters. The link points to http://www.jsonlint.com/?json=%7B%22hello%22%3A%20%22world%22%7D. This returns status 404. However, http://jsonlint.com/?json=%7B%22hello%22%3A%20%22world%22%7D (without www prefix) works as expected.

Possible solution: nginx configuration for redirecting www to non-www here

Fixed.