I have website domain hosted on GoDaddy and code deployed on AWS elastic beanstalk. I found some other IPs and APIs calls redirect to my website and none of the IPs and APIs used by me i.e. completely unknown. When I open the unknown API it opens my website home page, I think someone did redirection in their domain server host and redirects all calls to my website.
Example of current scenario: - mywebsite-- www.abc.com domain in Godaddy, unknown API/IP -- 122.166.100.2/sdk. When I open 122.166.100.2/sdk this redirect to www.abc.com.
How can I stop/prevent these kinds of scenario? Please help me with this.
Code written in python (django) and server is wsgi
Thanks