Автоматическое удаляение/перезапись заголовков

What is the name of the domain?

wespex.ru

What is the issue you’re encountering

Я сделал такой запрос: curl -I https://www.wespex.ru -H “Host: www.wespex.ru” -k А пришло это: HTTP/2 200 date: Mon, 30 Jun 2025 20:30:18 GMT content-type: text/html; charset=utf-8 server: cloudflare x-frame-options: SAMEORIGIN strict-transport-security: max-age=15552000; includeSubDomains; preload x-content-type-options: nosniff referrer-policy: same-origin cross-origin-opener-policy: same-origin nel: {“report_to”:“cf-nel”,“success_fraction”:0.0,“max_age”:604800} cf-cache-status: DYNAMIC speculation-rules: “/cdn-cgi/speculation” expect-ct: max-age=86400, enforce x-xss-protection: 1; mode=block … И тут нет заголоквка который мне нужен: X-Test А вот запрос напрямую (в обход cloudflare, напрямую с сервера): curl -I 192.168.1.100:443 -H “Host: 192.168.1.100” -k А вот и ответ на него: HTTP/1.1 400 Bad Request Server: nginx Date: Mon, 30 Jun 2025 20:39:12 GMT Content-Type: text/html; charset=utf-8 Content-Length: 248 Connection: close Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src ‘none’; script-src ‘self’ ‘strict-dynamic’ ‘nonce-random123’; style-src ‘self’; img-src ‘self’; font-src ‘self’; connect-src ‘self’; frame-ancestors ‘none’; base-uri ‘self’; form-action ‘self’; upgrade-insecure-requests; block-all-mixed-content; Permissions-Policy: geolocation=(), microphone=(), camera=() X-protocol: HTTP/1.1 X-Test: TestHeader И тут заголовок присутствует

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

Я не знаю, буквально на днях все работало как часы, ничего не менял в настройках, а сегодня - нет.

Hi,

Thank you for reaching out. Can you please clarify what seems to be the issue by placing more context into your request? What seems to be the expected result?

We look forward to your response.