Background checks: I read through several blogs but unable to find anything specific around this question.
Below is the architecture:
- HTTPS website (no login needed) have common LIKE button.
- Upon clicking, user enters email address and solves CAPTCHA and click SAVE button.
- Rest call is made with data and DB stores the values.
Problem: Now if someone try to call Rest from say POSTMAN, there is no way to authenticate whether call is coming from Https website or somewhere else.
Question: Is there any way to ensure that Rest will understand whether call is coming from https site only in order to process request further?