Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title Guessor Path Issue #14

Closed
ultrono opened this issue Jan 14, 2021 · 1 comment
Closed

Title Guessor Path Issue #14

ultrono opened this issue Jan 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@ultrono
Copy link
Contributor

ultrono commented Jan 14, 2021

See

return collect(explode('/', parse_url($this->uri)['path']))->filter();

The path is not always present, need to handle thisa to avoid an Undefined index: path error. Appears to only apply for weird incoming requests to the application.

@ultrono ultrono added the bug Something isn't working label Jan 14, 2021
@ultrono
Copy link
Contributor Author

ultrono commented Jan 20, 2021

After a little investigation this is due to bots attempting to use my server as a proxy to attack other sites. They're testing to see if your my is an open proxy. This explains why my error log mentions the line of code in question and requests to unrelated domains such as "http://ios.prod.ftl.netflix.com:443/ios.prod.ftl.netflix.com:443".

@ultrono ultrono closed this as completed Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant