TrustedProxy icon indicating copy to clipboard operation
TrustedProxy copied to clipboard

Laravel Proxy Package for handling sessions when behind load balancers or other intermediaries.

Results 7 TrustedProxy issues
Sort by recently updated
recently updated
newest added

This could either be an issue with the documentation and comments, or it could be an issue with the way that wildcards are being handled. Because of that, I have...

Laravel 9 has incorporated this package into the core of Laravel. See the upgrade guide here: https://laravel.com/docs/9.x/upgrade, search for **Trusted Proxies** ![image](https://user-images.githubusercontent.com/467411/153210235-9ad1974a-63c2-4faa-b6c9-1d7412b41410.png)

This PR adds support for custom bitmasks, which are necessary if your load balancer doesn't support all `X-Forwarded-*` headers and doesn't support the same subset of `X-Forwarded-*` headers that AWS...

In this PR, I simply renamed the `boot` to `register`, and deleted `boot` as it is unused for now. `mergeConfigFrom` should be called in the `register` method, it means once...

This will fix "failed to open required file" When we use this package (with laravel) inside phar archive. The problem happen because realpath will return the full path when the...

Adjusted for Lumen compatibility - see #87 - not sure if this would merge into debugger or debugger-lumen - you may have to create a new branch first.