foerster 8 days ago

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..

2
ecosystem 8 days ago

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?

foerster 8 days ago

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.

nsonha 8 days ago

This kind of thing has been happening way before AI