MyeongKim / QuesCheetah

Web SDK for the survey / poll
MIT License
4 stars 3 forks source link

Domain authentication for each api key #1

Closed MyeongKim closed 8 years ago

MyeongKim commented 8 years ago

Support multiple domains for one api key. Use regular expression to search matched domains.

MyeongKim commented 8 years ago

b655bb5b75532b079ffe2e79d9d014993b46414a When domain is saved on certain api key, only host part of it is saved without schema(http://, https://) and last slash. If domain contains 'www.' string in it's first part, It's also removed when saved for more precision.