is it safe to access worker in client code ?
Hi I have an application that needs to access workers in client code and worker has the authentication code to authenticate the request using jwt. But I am wondering about the security about using workers in the client code.
say there is DDOS attach toward my worker. first, will i get charged ? second, how to mitigate the ddos attack ? do i need to add some code in my worker to prevent that such as IP rate limit ?
say there is DDOS attach toward my worker. first, will i get charged ? second, how to mitigate the ddos attack ? do i need to add some code in my worker to prevent that such as IP rate limit ?