After assigning a domain to my Dart function, I’m getting extra function execution.
- 0
- Functions
- Cloud
I’ve attached the images. Could anyone please explain how this execution is being performed?
My dart function info
since it's a function, you can show/hide the Trigger which show how it got executed or others if you need them
you can also click on the row to show the details about it
@Ibaraki Douji Thanks for your response. But the main thing is, I don’t want this execution to be created in the first place. I’m getting around 200 requests each day.
hmm, when looking at the paths it uses, it looks like some bots trying to find vulnerabilities in your functions (i think via the domain)
like trying common paths that could contains credentials, this should be handled by their anti ddos (unless they use residential proxies without spamming) and others protections they offer on cloud, but may not be available in free plan
i might be wrong, but it's very similar to some others webservers i've seen
Hmm
Recommended threads
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...
- Stuck on project restoration after inact...
Hey there! My project was paused due to inactivity today. I tried to restore it, but it's completely stuck on the restoration process. Could someone please tak...
- how to access the value of account statu...