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
However, redirect-ssl uses req.url which will not include the hostname like "localhost". If I make a request to http://localhost/foobar, req.url will be /foobar and I won't be able to use the exclude option in the way the readme uses it to exclude a request like this one.
The text was updated successfully, but these errors were encountered:
The readme currently has this example for using the
exclude
option:However, redirect-ssl uses
req.url
which will not include the hostname like "localhost". If I make a request to http://localhost/foobar,req.url
will be/foobar
and I won't be able to use theexclude
option in the way the readme uses it to exclude a request like this one.The text was updated successfully, but these errors were encountered: