All Questions
Tagged with javascript reverse-proxy
5
questions
0
votes
1
answer
4k
views
What is right syntax for nginx sub_filter directive when string has ambiguous characters?
I am trying to use sub_filter to replace pieces of this code in a .js file.
SYNO.SDS.AzureSSOUtils = function() {
var a = 600
, c = 500
, e = (screen.width / 2) - c / 2
, d = (...
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 ...
2
votes
2
answers
2k
views
Proxy website that uses javascript to change window.location?
Little bit of a newb when it comes to configuring httpd but here's my situation:
I'm trying to proxy an application (let's call it catsapp) that I have no control over with httpd.
catsapp, an html/...
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
3
answers
3k
views
Getting live traffic/visitor analytics when using a reverse proxy
I'm in process of implementing Varnish as a reverse proxy for a Ruby on Rails app and I'm using Google Analytics (JS/client side script to record visitor data) but it's several hours delayed so its ...