You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if csiro.au is present in serverconfig.json's allowProxyFor, all domains ending in csiro.au can be proxied... but if an explicit port is appended (eg. ...csiro.au:80), it is not.
Is there a reason for this?
The text was updated successfully, but these errors were encountered:
csiro.au:80 won't match unless the port is explicitly included in the URL. i.e. it's not smart, it doesn't know that 80 is the default. But if the port is included, I believe it will match *.csiro.au:80. Is that not what you're seeing?
Currently if
csiro.au
is present inserverconfig.json
'sallowProxyFor
, all domains ending incsiro.au
can be proxied... but if an explicit port is appended (eg....csiro.au:80
), it is not.Is there a reason for this?
The text was updated successfully, but these errors were encountered: