Hi all,
First update before Christmas!
- Add two short domains;
- Preparing to launch custom short domain module, the reason for not releasing this function is that I am still trying to balance the security and setup time for users;
- Upgrade recaptcha to invisible mode;
- Remove Chinese translation;
Two practical solutions I can think of:
1.User must first register their domain to our system and given a secret key and use this key to generate a time-based key and append the time-based key to the URL parameter (Replay Attack Possible);
2.User CNAME their domain names to our API servers;
I personally prefer the second one, however, it would also incur additional cost.
Let me know if you have a better solution!