I add the following code to my function.php function add_cors_http_header(){ header("Access-Control-Allow-Origin: *"); } add_action('init','add_cors_http_he
I am trying to download a pdf file which is having application/font-woff network type.I have used so many preferences but then also unable to download the pdf f
Is it possible to create a script in tradingview that opens and closes orders based on an indicator? I have an indicator that gives me buy and sell signals and
To prevent errors I want to disable the user input while my flutter app is uploading some data to firebase. I already tried IgnorePointer and AbsorbPointer with
I've started using VueJS a month ago. I've watched many tutorials to learn the language, but generally I never see developers using the DOM methods such as getE
In my Android app using Java, I define a checkForPermission() method to check the grant status of a single permission. If the permission has not already been gr
would like to know if there is way to pass below https-port argument in entrypoint script or in the dockerfile --https-port 443 docker run -it --rm -p 8443:8443
I am using Deta Base to create a API using the Fast API framework. I was able deploy my API using deta micros, it worked like a dream. However, when I am trying