All Questions
Tagged with javascript html
10
questions
0
votes
0
answers
72
views
wordpress mixed content error - Is resolution on GCP possible?
I have a python flask-cors code that is run on GCP compute engine and presents its output on port 3001. Lets say the physical address of my server instance is x1.x2.x3.x4.
I have a Javascript file ...
0
votes
2
answers
362
views
telnet to port 80 (nginx), with forward to apache2 at port 8080, fails with 'connection closed by foreign host' and no explanations seemingly anywhere
i'm running an Kubuntu 22.04 server, and want to shuttle LAN-only traffic from port 80, served as far as i can tell by nginx, to port 8080 served by apache2 (for PHP purposes).
but i'm getting this &...
1
vote
0
answers
37
views
Does javascript on the front end require a javascript hosting?
I have a few javascript in my code which help with image slider, I also have an external file I connected to the HTML file which helps with scrolling up. It's all on the front-end, do I need to ...
0
votes
0
answers
4k
views
How can I resolve "HTTP Error 500.19 error code 0x8007000d - Internal Server Error"?
I'm currently trying to redirect errors on my Tomcat project.
Currently I'm using this method of redirecting the errors by using httpsError in the web.config file. Here is the code and error that I ...
0
votes
0
answers
41
views
How do I block site redirects from injections ads?
I have a site where I have various advertisements from a few advertiser , and from time to time my site is redirected how many other porn sites etc ...
I installed anti adblock script because I gain ...
2
votes
2
answers
2k
views
After loading a certain number of javascript/css files, the files are taking too long to load
I have a problem where on page load (after a certain number of .js or .css files) the files are taking way too long to load. At first I thought that the issue must be inside the .js files, but later I ...
1
vote
1
answer
5k
views
New Relic JavaScript
I have a problem, I was logged in at New Relic, but didn't install anything. After that, my Chrome suddenly adds a weird JavaScript snippet to my localhost only, on AMPPS.
How to get rid of this, as ...
0
votes
2
answers
44
views
Downloading ASP Created Website Data
I am currently dealing with an old website where there are political issues preventing the migration of the database or re-designing the site.
Since I can't get access to the database I basically I ...
0
votes
1
answer
322
views
Report to Multiple Google Analytics Property IDs?
Is it possible to have Google Analytics report traffic to a given page to more than one Profile ID? If so, are there any special considerations or recommendations for doing such? I can't seem to find ...
-1
votes
2
answers
540
views
Does anyone know a good free SHA1 hash generator? [closed]
Does anyone know a good free SHA1 hash generator? I am trying to has some info on the client side before post it back. I need a free SHA1 hash generator.
Thanks