Questions tagged [javascript]
JavaScript (not to be confused with Java) is a dynamic, weakly-typed language used for client-side as well as server-side scripting. Use this tag for questions regarding ECMAScript and its various dialects/implementations (excluding ActionScript and Google-Apps-Script). Unless another tag for a framework/library is also included, a pure JavaScript answer is expected.
76
questions with no upvoted or accepted answers
5
votes
0
answers
18k
views
How to Enable JavaScript for wget in linux for grabbing a website?
I use wget like this for save site :
wget --page-requisites --no-parent --mirror http://example.com/index.html -P /home/
in Some cases It does NOT work, Error is :
This site requires Javascript to ...
4
votes
0
answers
3k
views
List of all Permissions-Policy header keys and values?
Does someone have a list of all Permissions-Policy header keys and values?
What I have:
more_set_headers "Permissions-Policy: camera=(self), fullscreen=(*), geolocation=(self), payment=()";
...
4
votes
1
answer
2k
views
GZip compression not working on Tomcat7
I recently tried using gzip compression to improve web UI performance. I configured Tomcat Connector as below.
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
...
3
votes
0
answers
283
views
Query string parameters get shuffled
We're observing some strange behavior of the data send to our systems from a javascript since 9/9/2015.
The problem shows up when the query string is send to our servers. Some values of the ...
2
votes
0
answers
376
views
Is there a non-invasive test of uPnP enabled network?
I'm trying to figure out if there is a way to do a non-invasive test on different networks to see if Universal Plug'n'Play (nPnP) is enabled at the router. i.e. Is Internet Gateway Device Profile ...
2
votes
0
answers
793
views
From Http to Https NodeJS Websockets on Apache Server
Here is my problem.
I have a virtual machine, on windows, the Apache server (2.4) is installed on it.
The vm is on the network, so that other people can reach it directly on http://192.168.100.22 (...
2
votes
0
answers
1k
views
Can't go to route using nginx and Express.JS
So I have express.js set up behind nginx and when I go to website.com/users, I get a 404. But when I go to website.com, the page loads fine. This appears to be all other routes too, I can't get to ...
2
votes
0
answers
1k
views
nginx proxy with CAS
I have a JS application that issues REST calls from the client browser to a data source that sits behind nginx.
We need to implement CAS authentication for the application to manage access. However ...
2
votes
0
answers
643
views
Logon script does not run for all users
We have a standalone common-use workstation running Windows XP Pro SP3 and have created a script using Javascript (scriptname.js) that is to be run for each user. The file was added as a user logon ...
2
votes
1
answer
1k
views
IIS 7.5 Not Compressing Javascript: NO_MATCHING_CONTENT_TYPE
I have IIS 7.5 set to compress all static files (the default), yet it does not compress .js (javascript) files. When I turn on failed request tracing for compression, the error I get for the ...
1
vote
0
answers
820
views
nginx: Uncaught (in promise) ChunkLoadError: Loading chunk
I installed Sentry self-hosted 23.1.1, and configured nginx/1.22.1 as frontend proxy. If I access the Docker port, Sentry loads fine, while if I pass through nginx I get the error in the subject. It ...
1
vote
0
answers
37
views
Structuring and serving files after a build
So this is my first self-hosted site and server, so go easy on me please! XD
I've been developing locally using webpack and vanillajs. My server is hosted on digitalocean with ubuntu. I build locally, ...
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 ...
1
vote
0
answers
2k
views
Socket.io error "Failed to load resource: net::ERR_CONNECTION_REFUSED" in Azure linux server
When opening this web page I get the following errors in the debug console:
localhost:5005/socket.io/?EIO=3&transport=polling&t=NJKuQEf:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
...
1
vote
0
answers
2k
views
CORS error despite CORS being enabled in app server and Nginx
I have a web application and server which is fully functional in a debugging environment, however when it's hosted for production, I get the following error in the browser console:
Cross-Origin ...
1
vote
0
answers
48
views
How to add Google TPU to javascript coded web application at AWS?
Edit; I think I just realized that what they are selling is not an add on item to your existing web application, but that they want you to use their servers(instead of AWS), and are implying that ...
1
vote
1
answer
77
views
Why is upload way faster and more alternating in speed than download on local machine
I am writing a speed test to determine browser-server connection speed (js+php but I don't think it matters). I send a bunch of data-packages in different sizes and measure the time they need to reach ...
1
vote
0
answers
5k
views
nginx reverse proxy Nodejs - 404 not found
I have a simple NodeJS application that needs to display a few webpages. I have the Node app running at http://localhost:3100 and want to use an NGINX Reverse Proxy to allow users access to the app ...
1
vote
1
answer
233
views
multiple redirects on lighhttpd
I have a request to redirect multiple individual URLs to new individual URLs. This is the situation:
**Old URL --> New URL**
old.domain.org/ --> ...
1
vote
1
answer
3k
views
IIS: requesting PNG returns 401
I am attempting to create a web application, and I am testing it on my desktop using IIS.
My problem comes whenever I attempt to request a PNG image. The server responds with a 401 specifically for ...
1
vote
0
answers
32
views
Web encryption on uncontrolled LAN
I have a situation in which I wish to produce (physical hardware) widgets that plug into a LAN and act as a web server, serving content to web clients that are also on the LAN.
The traffic from the ...
1
vote
0
answers
2k
views
tcp connection reset [RST, ACK]
getting this errors looks like server is restating the connection because of some packet loss
any possible suggestion's to figure out this
37713 591.925575000 Sourceip==>>...
1
vote
0
answers
825
views
How to start pm2 without autosave logs
I start my nodejs app with pm2, all works, but it save expensive logs.
I don't know how to start without save logs, i want to save only error logs.
Thanks!
1
vote
1
answer
640
views
Recommendation using Client side performance monitoring (boomerang/jiffy/episodes)
There are a few Client-side JavaScript libraries that check web-site performance on the client side:
Jiffy (http://code.google.com/p/jiffy-web/)
Episodes (http://stevesouders.com/episodes/) by Steve ...
1
vote
1
answer
1k
views
Cross domain javascript form filling, reverse proxy
I need a javascript form filler that can bypass the 'same origin policy' most modern browsers implement.
I made a script that opens the desired website/form in a new browser. With the handler, ...
1
vote
2
answers
197
views
Load and performance testing for webapps with JavaScript support
Years ago I used OpenSTA to perform load and performance tests for web applications. I remember that it offered great recording possibilities which enabled us to quickly create new test scripts. ...
0
votes
0
answers
16
views
Javascript stuck into function loop
I'm trying to get rid of this loop and cannot find the issue.
I'm using websocket for sending some message , I'm using switch/case statement for calling some functions, Here the code.
var ...
0
votes
0
answers
11
views
Error on running index.js
I am running command node index.js and getting below error:
node:internal/modules/cjs/loader:1137 throw err; ^
Error: Cannot find module '../models/User' Require stack:
/home/ubuntu/travel-community/...
0
votes
0
answers
15
views
How to fetch all files totally from MonGo DB using query without any filtering in NestJs
Tried with different codes , but not able to fetch all the files from MongoDB
0
votes
0
answers
18
views
Issue with payment for using API Key (Maps JavaScript API) on my Website
English translation:
Subject: Issue with payment for using API Key (Maps JavaScript API) on my Website
Content:
I am currently having an issue with the payment for using the API Key (Maps JavaScript ...
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
1
answer
608
views
AWS (SES + API Gateway) + HTML Form fails. Error is: InvalidParameterValue: Missing final '@domain'
I'm trying to set up a contact form on my site, I feel I am close but there is something funky going on with the source address value. I'm passing the data as URL encoded instead of multipart as I ...
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
106
views
Make webserver to prevent parsing of certain HTML elements
MediaWiki content management system creates many links which their webpages I want not to be discovered by search engine crawlers.
It's not only that I don't want them indexed and more so not only ...
0
votes
1
answer
2k
views
Unable to connect SQL Server from PHP using Windows Authentication
I'm trying to connect to MS-SQL Server from PHP-8.0 (hosting on IIS-10 localhost) using SQL Server Driver for PHP, i.e., SQLSRV-5.9. While connecting from a PHP page, if I use SQL Server ...
0
votes
0
answers
700
views
AWS Lambda error on build Node with Sharp Library
I have a problem to build my lambda handler. I'm trying to use sharp library to do an image resize on S3.
My code:
S3.getObject({
Bucket: bucketName,
Key: objectKey
}, (err, data) => {
...
0
votes
1
answer
69
views
Regular expression to find content that is sandwitched between 2 symbols
This might have been asked before but I cant find a solution. I am looking for a simple "Regular Expressions" search pattern to find something in my PHP files.
I am looking for the following ...
0
votes
0
answers
6k
views
WebSocket connection to 'wss:// failed: Error during WebSocket handshake: Unexpected response code: 404 on channels
I face this error while using channels for WebSockets on django production:
WebSocket connection to 'wss://domain.me/ws/orders/confirm_all/' failed: Error during WebSocket handshake: Unexpected ...
0
votes
0
answers
2k
views
I can't start connection with WebSockets in EC2
I really need help with websockets, recently I used SSL(Let's Encrypt) in my website that is in ec2, and I used route 53 for routing, and the website works perfectly with SSL and my DNS, but I can't ...
0
votes
0
answers
1k
views
WebSocket connection timed out AWS EC2 + Ratchet PHP
I have a problem involving WebSockets, well, I have a website, and recently I put SSL on it, using Let's Encrypt, okay, SSL works perfectly, along with my website that is hosted on EC2, with a domain ...
0
votes
1
answer
169
views
How can I "spy" on an Apache web server's response to server-side code like PHP or JavaScript?
I'm trying to debug a problem with a file upload strategy and don't know whether there's an issue with directory permissions / ownership or the scripts. ... I've tried both PHP and JavaScript and can'...
0
votes
0
answers
224
views
js files occasionally failing to load
We have a newly configured php7 16cpu 32gb RAM Linux server.
Plenty of power for what we need.
We have a basic form on a page that requires a login.
However, sometimes when a user lands on the page, ...
0
votes
1
answer
44
views
Capture client browser console using Shell and save it to a file
I want to find a way to capture a client browser console that is using my server, and save it to a file inside the server, is this possible using a shell script ?
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 ...
0
votes
1
answer
628
views
Apache: No custom headers in environment variables
I've just installed a new webserver (Debian Buster, Apache, Dovecot, ISPConfig) to replace an old webserver. One of my websites uses custom request headers (through Javascript) to pass information to ...
0
votes
1
answer
73
views
Scheduled Copy Bigquery View/Query to Google Sheet
I have a BigQuery View/Query that every morning I need to run and copy the result to a Google Sheet.
I am using Javascript, and plan to use the node.js BigQuery client library and the Google Sheets ...
0
votes
0
answers
111
views
How can I deploy a bookmarklet to users and restrict them from editing it?
I work for a large firm and have built a custom bookmarklet that certain users will soon be using for their work in IE11.
From a sys admin perspective, is there a way I can configure the bookmarklet'...
0
votes
2
answers
680
views
Check if a remote machine is running
I want to connect to 2 machines remotely. For doing that I should first make sure that both the machines are running. One way to do this is by using ping which might not work sometimes because of the ...
0
votes
1
answer
34
views
Get javascript load calling stack
Is there some tool that will give me a load stack of the javascript files our web site loads? Our page is slow because of some javascript files load times being slow, but they're not file we're ...
0
votes
1
answer
36
views
how to point parts of a single url to 2 different servers using nginx
I have pointed a location /tanya to an address http://52.221.238.24/tanya;, I also want /tanya/t/ to point to the same IP.
However, I need to point /tanya/dynamically_generated to point to another IP ...