isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5k stars 442 forks source link

rework "check if page exists" #71

Open posativ opened 10 years ago

posativ commented 10 years ago

Currently, Isso uses the browser-provided "Origin" that matches its internal host list (or the first as fallback if no match) to send a GET request to the requested page. If the request succeeds, comments can be posted to that page.

However this has several drawbacks: if – for some reasons – Isso can not connect to the internet, new comments always fail with a "Not Found" response. Secondly, Isso is not limited to a sub url e.g /foo, it happily takes comments for /bar as well.

Roadmap:

Hywan commented 9 years ago

:+1: