I have hard-coded the username and password from plain Javascript, which are required by an API. but I want to take them from Azure or any other sources and fed them to JS using variable/constant, so that user will not be able to see them in "sources" directly. Is it possible? if yes, please suggest me a guide/blog. If no, can you suggest alternative way? I am using c# as back-end.