We have few restful endpoints service developed in Quarkus. We test all the endpoints using CURL and POSTMAN or similar tool. After testing, We call all the endpoints from Andriod code from our mobile app.
Now, we want to validate that the endpoints are only called from Andriod code (mobile app) and not from any curl or postman or any such kind of tool?
Please suggest.
Regards, Prakash