Error 502 Ray ID: 4c8e9fef1dc68b7c • 2019-04-17 13:07:55 UTC Bad gateway

/ru/forum/1014312
На сайте с 25.11.2006
17 апреля 2019, 13:14
Нажмите выход из учётной записи, а потом вновь войдите с галочкой «Запомнить»
✅ Трастовых площадок под размещение статей и ссылок. Опыт 15 лет! ( https://searchengines.guru/ru/forum/675690 ) ⭐ Купить вечные трастовые ссылки для сайта ( https://getmanylinks.ru/?srh ) ⭐ Новый аналог AllSubbmitter (заполнение форм) https://getmanylinks.ru/getmanysubmits.html (Бесплатное демо)
На сайте с 06.12.2005
17 апреля 2019, 13:20
LEOnidUKG:
Нажмите выход из учётной записи, а потом вновь войдите с галочкой «Запомнить»
А ты хакер! Спасибо

Это что за прикол? И появилась админ кнопка внизу форума
На сайте с 20.08.2010
17 апреля 2019, 13:55
trahtor:
Это что за прикол? И появилась админ кнопка внизу форума
Продавай серч, пока покупают!!111
На сайте с 26.07.2013
18 апреля 2019, 06:57
Ага, сегодня уже второй раз повторилась эта проблема. Первый раз она появилась вчера, куки естественно чистил. Может новым владельцам стоит подумать о том, чтобы вообще отключить Cloudflare? Или попробовать какой-нибудь другой CDN сервис? Тем более если бюджет позволяет 🙂
Есть много IP-сетей в аренду под прокси, парсинг, рассылки (optin), vpn и хостинг. Телега: @contactroot ⚒ ContactRoot команда опытных сисадминов (/ru/forum/861038), свой LIR: сдаем в аренду сети IPv4/v6 (/ru/forum/1012475).
Как обойти Cloudflare чтоб зайти на сайт?
This process is automatic. Your browser will redirect to your requested content shortly.
Please allow up to 5 seconds…
DDoS protection by Cloudflare
Ray ID: 4c456293bf94c444
Вход через другие браузеры дает тоже или 400. Захожу с мобильного. Почему блокирует?
Ray ID: 4c4570267c4cc41c
Ray ID: 4c4570ca8acfc41c
Ray ID: 4c457100f8bfc41c
.
- Вопрос задан более трёх лет назад
- 23363 просмотра
1 комментарий
Простой 1 комментарий
Cloudflare Ray ID
A Cloudflare Ray ID is an identifier given to every request that goes through Cloudflare.
Ray IDs are particularly useful when evaluating Security Events for patterns or false positives or more generally understanding your application traffic. Ray IDs are not guaranteed to be unique for every request. In some situations, different requests may have the same Ray ID.
Look up Ray IDs
Security events
All customers can view Ray IDs and associated information — IP address, user agent, ASN, etc. — by looking through the Activity Log in Security Events.

Additionally, you can add filters to look for specific Ray IDs.

Please note that Security Events may use sampled data to improve performance. If sampled data is applied to your search, you might not see all events, and filters might not return the expected results. To display more events, select a smaller timeframe.
Logs
Enterprise customers can enable Ray ID as a field in their Cloudflare Logs .
Server logs
For more details about sending Ray IDs to your server logs, refer to the CF-Ray header.
What is a Ray ID (Cloudflare)?
Every time I visit a website that is using Cloudflare’s Under-Attack-Mode, it shows me the usual text telling me to wait a few seconds until Cloudflare verified I am not a bot. Every time I reload the page it changes my current Ray ID. What is the purpose of a Ray ID? Is it some kind of session ID?
30.8k 22 22 gold badges 106 106 silver badges 131 131 bronze badges
asked Apr 22, 2018 at 17:49
641 1 1 gold badge 5 5 silver badges 3 3 bronze badges
2 Answers 2
It is a UID which can be used by the website operator (and Cloudflare support) to potentially debug issues. The ray id is actually returned in the headers of most requests through Cloudflare, just not as visibly as what you see in the case of I’m under attack mode.
30.8k 22 22 gold badges 106 106 silver badges 131 131 bronze badges
answered Apr 23, 2018 at 19:29
Chris Scharff Chris Scharff
526 3 3 silver badges 5 5 bronze badges
As it’s not explicitly mentioned, yet: it’s a unique id per request, i.e. not a session id as suspected in the question. The CF-Ray header is a hashed value encoding information about the data center and the visitor’s request See support.cloudflare.com/hc/en-us/articles/…
Feb 23, 2020 at 10:52
I’m only wondering why they reveal this to the client. IT could’ve been logged to the server and from there they could also identify some issues and debug if necessary.
May 30, 2020 at 10:21
@DanielDanielecki ray id help IT find the log relate to the client. without ray id IT hard to filter log that is relate to specific client.
Aug 23, 2020 at 12:26
Since Cloudflare data is being used to block potential hackers, they reveal the Ray ID to the user so that the user can log a complaint in case the user feels it was an illegitimate block.
Oct 6, 2021 at 1:02
I will try to explain both in simple words, Cloudfare and Ray ID.
Cloudfare: This is a service sitting in front of servers tasked with the ability to handle requests and allow response depending upon multiple security parameters. The service provides website security, performance optimization and DDoS protection. The service mimics a reverse proxy. When a request is sent to Cloudfare, it initially hits one of the edge servers (Content Delivery Network) strategically placed across the continent. This helps to fetch cached data at a rapid pace without the need to traverse to the origin server to fetch the content.
Ray ID: Ray ID is a unique identifier generated by Cloudflare’s edge servers, and is included in the response headers of each request processed by these edge servers and is used to help identify specific requests when troubleshooting issues. Other than issues, it helps to track the request, request specifier, topo location and auditing becomes easier.
Hope, it clears the doubt