We had private functions in our code suddenly get requested by bingbot traffic…. Had to be from copilot/openai.
We saw an influx of 404 for these invalid endpoints, and they match private function names that weren’t magically guessed..
What do you mean by "private functions"? Do you mean unlisted, but publicly accessible HTTP endpoints?
Are they in your sitemap? robots.txt? Listed in JS or something else someone scraped?
Just helper functions in our code, very distinct function names, suddenly attempted to get invoked by bingbot as http endpoints.
They’re some helper functions, python, in controller files. And bing started trying to invoke them as http endpoints.