I need help on how to hide my application id and server url

Can anyone suggest to me how i can hide my server url and application id from the frontend when am using vanilla js, Thank you

Hi, you can not really hide it, https://docs.moralis.io/misc/faq#my-moralis-app-id-is-publicly-visible-on-the-frontend-is-this-a-security-risk
What you can do is to set ACL on your database tables so that not everyone has read write permission.

ok not giving a read permission is this stop someone else to use our creads to host or mint and whatever possible.

You can look at how to secure your database. ACL and CLP for example.