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

Tons of ipv6 'GET' to layout.html #1091

Closed
PandaJim opened this issue Jan 29, 2025 · 2 comments
Closed

Tons of ipv6 'GET' to layout.html #1091

PandaJim opened this issue Jan 29, 2025 · 2 comments

Comments

@PandaJim
Copy link

Don't know why, but with simple-lightbox plugin enabled, I got tons of access from local ipv6 address:

xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:14 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:23 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:24 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:24 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:26 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:31 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:39 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:41 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:47 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:48 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:49 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:58 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"
xxxx:xxxx::xxxx:xxxx:xxxx:xxxx - - [29/Jan/2025:17:40:59 +0000] "GET /wp-content/plugins/simple-lightbox/themes/baseline/layout.html HTTP/1.1" 200 289 "-" "WordPress/6.4.5; https://mywebsite.com"

Was thinking my server was under attack, until I see that it's the server local IPV6 ip address.

Server: Ubuntu 22.04.5, Nginx, Wordpress, Mysql, PHP8.4

@archetyped
Copy link
Owner

The lightbox's layout must be loaded once per page request/visit, just like any other asset (image, etc.) displayed on a page.

Are you seeing more requests than that? If so, please provide more details on the level of requests for the layout file vs visits.

Thanks.

@PandaJim
Copy link
Author

Got it! Thanks for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants