Replies: 1 comment 1 reply
-
I just ran into this issue with an app I'm working on that is using a Cloudflare Argo tunnel. We need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think that configuration value which would make signed url signature omit protocol would be great, currently it causes problems on environments with load balancers and SSL offloading, because in that config app receives all requests with http protocol but generates url with https protocol when forcing SSL is turned on (this url will be shown to the users browsers so they have to be https).
Currently I managed to make my app in configuration described above deal with signed urls but it require ugly overwriting whole
\Illuminate\Routing\UrlGenerator::signedRoute
, it's almost copy paste with some small changes, also registration of that custom implementation is quite cumbersome.Beta Was this translation helpful? Give feedback.
All reactions