From our access logs, I could see Google crawlers are accessing ads.txt using both HTTP and HTTPS protocols. Our site uses only HTTPS and hence we redirect all HTTP requests to HTTPS. Hence, google sees a 301 redirect to https://example.com/ads.txt when trying to access ads.txt using http. Is this set up fine or should the ads.txt be accessible directly via HTTP? Should I add an exception to universal 301 redirect for ads.txt?
[edited by: not2easy at 2:29 am (utc) on May 15, 2021]
[edit reason] readability [/edit]