Skip to content

X-Powered-By: Zope (use capital Z) #11529

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

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

st0fm
Copy link
Contributor

@st0fm st0fm commented Jan 24, 2025

Template / PR Information

Zope seems to use a capital Z in the X-Powered-By header. Tested it on two Zope 5 setups.

Zope production setup:

> GET / HTTP/1.1
> Host: 192.168.122.152:8080
> User-Agent: curl/7.88.1
> Accept: */*
> 
< HTTP/1.1 200 Ok
< Server: TwistedWeb/24.3.0
< Date: Fri, 24 Jan 2025 15:22:13 GMT
< X-Powered-By: Zope (www.zope.org), Python (www.python.org)

Zope local setup:

> GET / HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.88.1
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Length: 855
< Content-Type: text/html; charset=utf-8
< Date: Fri, 24 Jan 2025 14:34:48 GMT
< Server: waitress
< Via: waitress
< X-Powered-By: Zope (www.zope.dev), Python (www.python.org)

Template Validation

I've validated this template locally?

  • YES
  • NO

Additional References:

@GeorginaReeder
Copy link

Thanks for your contribution @st0fm ! :)

@DhiyaneshGeek DhiyaneshGeek self-assigned this Jan 27, 2025
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Jan 27, 2025
@ritikchaddha ritikchaddha merged commit 1d0f56f into projectdiscovery:main Jan 31, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants