Error 499 request has been forbidden by antivirus

I'm getting a lot of 499 NGINX error codes. I see that this is a client side issue. It is not a problem with NGINX or my uWSGI stack. I note the correlation in uWSGI logs when a get a 499. add...

In my case, I was impatient and ended up misinterpreting the log.

In fact, the real problem was the communication between nginx and uwsgi, and not between the browser and nginx. If I had loaded the site in my browser and had waited long enough I would have gotten a «504 — Bad Gateway». But it took so long, that I kept trying stuff, and then refresh in the browser. So I never waited long enough to see the 504 error. When refreshing in the browser, that is when the previous request is closed, and Nginx writes that in the log as 499.

Elaboration

Here I will assume that the reader knows as little as I did when I started playing around.

My setup was a reverse proxy, the nginx server, and an application server, the uWSGI server behind it. All requests from the client would go to the nginx server, then forwarded to the uWSGI server, and then response was sent the same way back. I think this is how everyone uses nginx/uwsgi and are supposed to use it.

My nginx worked as it should, but something was wrong with the uwsgi server. There are two ways (maybe more) in which the uwsgi server can fail to respond to the nginx server.

1) uWSGI says, «I’m processing, just wait and you will soon get a response». nginx has a certain period of time, that it is willing to wait, fx 20 seconds. After that, it will respond to the client, with a 504 error.

2) uWSGI is dead, or uWSGi dies while nginx is waiting for it. nginx sees that right away and in that case, it returns a 499 error.

I was testing my setup by making requests in the client (browser). In the browser nothing happened, it just kept hanging. After maybe 10 seconds (less than the timeout) I concluded that something was not right (which was true), and closed the uWSGI server from the command line. Then I would go to the uWSGI settings, try something new, and then restart the uWSGI server. The moment I closed the uWSGI server, the nginx server would return a 499 error.

So I kept debugging with the 499 erroe, which means googling for the 499 error. But if I had waited long enough, I would have gotten the 504 error. If I had gotten the 504 error, I would have been able to understand the problem better, and then be able to debug.

So the conclusion is, that the problem was with uWGSI, which kept hanging («Wait a little longer, just a little longer, then I will have an answer for you…»).

How I fixed that problem, I don’t remember. I guess it could be caused by a lot of things.

Vault Forum

Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.


Turn on suggestions

Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.


Showing results for 


Search instead for 

Did you mean: 


  • Back to forum


  • Previous

  • Next

rtowne72

22253 Views, 3 Replies

‎12-20-2017

08:00 AM

499- Request has been forbidden by antivirus


Has anyone ever ran across this error message?  I did a quick web search and no results about Vault.  The interesting thing is it only occurs on this users machine and regardless of user (admin or otherwise) and also regardless of file.  I was able to pull down the files on my machine without issue and we have the same AV product and definitions.  I am having the user reboot in hopes making the computer wake up stupid will remedy the issue.

It is apparent this is a an AV issue but if anyone has any hints how to work around it other than disabling the AV I would appreciate input.

499.PNG

Thanks,
Rob Towne
Sr. Engineer/CAD Manager | A.L.P.
Inventor/Vault Professional/AutoCAD

  • antivirus

  • Back to forum


  • Previous

  • Next

3 REPLIES 3

rtowne72

‎12-20-2017

10:34 AM

As information our IT department placed the Vault Server Netbios names and FQDN’s on the AV Whitelist in the AV product and that fixed the issue.

Thanks,
Rob Towne
Sr. Engineer/CAD Manager | A.L.P.
Inventor/Vault Professional/AutoCAD

anuj.chaudhary93

‎12-12-2018

02:03 AM

I faced the same issue with a user having Kaspersky Antivirus which was blocking ajax requests from tag named as bank.

Antivirus(mainly Kaspersky) looks for specific words like BANK, etc in your web pages and block ajax calls or other server requests related to those keywords to protect your data. It does same with jquery files and does not allow them to run citing security issues.

Possible solutions — either remove those keywords like bank from the webpage or if it happens with a specific user/users then a browser console error is generated. It can be allowed by clicking on the browser’s console error on user end and enabling it from there. 

jessicagomez02

‎03-18-2020

02:49 AM

I have a problem with my Avast antivirus. I use brave browser. but avast shield doesn’t turn on with it. from last few days, I have to use the browser without any security. Every time when I wanted to turn it on avast web shield won’t turn on. Don’t know whether it is the problem of the antivirus software or not. Give a solution to this problem.


  • Back to forum


  • Previous

  • Next

Recommended Posts

master290988

  • Author
    • Share
Link to comment
Share on other sites

kmscom

    • Share
Link to comment
Share on other sites

master290988

  • Author
    • Share

Анти-баннер отключен, как и было сказано выше.

Link to comment
Share on other sites

kmscom

    • Share

у меня вот так отображается

Link to comment
Share on other sites

master290988

  • Author
    • Share

В сайдбаре должна быть реклама которая крутится через Adfox. Она не показывается у вас тоже. Посмотрите, в файрбаг, какие ошибки есть.

Link to comment
Share on other sites

kmscom

    • Share

это что ли?

Link to comment
Share on other sites

master290988

  • Author
    • Share

Да, а что показыапнт у вас файрбаг?

Link to comment
Share on other sites

kmscom

    • Share

Я не знаю, что такое файрбаг и где смотреть, что он показывает

Link to comment
Share on other sites

master290988

  • Author
    • Share

При нахождении на данной странице, нажмите f12 (в хроме) вкладка console. Покажите срин, есть ли ошибки?

Link to comment
Share on other sites

kmscom

    • Share

какие-то ошибки есть

Link to comment
Share on other sites

master290988

  • Author
    • Share
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

When managing and maintaining a website, there are a handful of HTTP status codes to be aware of. Some, such as the HTTP 499 error, can cause a timeout that interrupts your workflow. Therefore, you’ll need to ensure that your site is configured properly to avoid this issue.

Whether you’re seeing the HTTP 499 status code frequently or for the first time, it may indicate an issue with your website that needs to be addressed. The good news is that there are multiple steps you can take to resolve it.

Check Out Our Video Guide to Fixing the 499 Error

In this post, we’ll explain the HTTP 499 status code and what can cause the error. Then we’ll walk you through five potential solutions you can use to fix it. Let’s get started!

What the HTTP 499 Status Code Means

The HTTP 499 status code, also known as a “client closed request,” is a special case of the 502 Bad Gateway Error. It indicates that the client has closed the connection while the server is still processing the request.

HTTP 499 falls within the category of client-based errors. This means the issue is on the client side. Other common errors in this category include HTTP 400 Bad Request and HTTP 404 Not Found. With these errors, the problems are usually easy to define. However, HTTP 499 is more general.

The HTTP 499 error can happen on both Nginx and Apache servers. However, it is more common on Nginx servers because it was created by Nginx.

HTTP 499 is more common on Nginx because the server software handles client connections differently than Apache. With Nginx, each client connection is processed in a separate thread. Therefore, if one client connection takes a long time to process, it won’t slow down the other clients.

However, with Apache, all client connections are processed in the same thread. This can cause problems if one client connection takes a long time to process because it will slow down all other clients.

The HTTP 499 error can cause a timeout that interrupts your workflow- but with a little help from this guide, you can get right back on track 👩‍💻Click to Tweet

What Causes the HTTP 499 Error

Typically, the HTTP 499 error appears in Nginx logs. This can happen for several reasons, but most commonly, it’s due to either a browser timing out or a user canceling the request.

For example, a website may encounter an HTTP code 499 when it’s loaded with too much traffic. Alternatively, the error can happen when the request comes from algorithms that create issues within the site.

In some cases, this status code may also display when there is no response from the server, and the client has timed out waiting for a response. In these cases, it’s usually best to just try again later. However, if you are consistently getting this status code from a particular server, it may be worth investigating further to see if there is an overarching issue.

How To Fix the HTTP 499 Error (5 Potential Solutions)

Now that we understand more about the HTTP 499 error, let’s look at how to resolve it. Below are five potential solutions for the HTTP 499 status code!

1. Clear Your Browser Cache and Try Again

As we mentioned earlier, this error may be a temporary issue that can be resolved by simply trying to load the page again. It might be that your host or server is overloaded. Therefore, we recommend clearing your browser cache and trying again.

The process for clearing the cache will vary depending on your browser. If you’re using Google Chrome, you can navigate to the three vertical dots in the upper right-hand corner of the window, then go to More tools > Clear browsing data:

The option to Clear browsing data in Google Chrome

Clear browsing data option in Google Chrome

You’ll then be prompted to choose which data to clear from your browser cache:

Choose what data you would like to clear

Choose the data you want to clear

When you’re done, reload your browser. You can also try using a different browser in the meantime. Then revisit your site to see whether the error message is still showing.

2. Disable Your Plugins and Extensions

Some users have reported that certain plugins cause the HTTP 499 status code error. Therefore, we recommend temporarily disabling your plugins to see if this resolves the issue.

You can do this by navigating to your Plugins screen in the WordPress dashboard, selecting all of them, then clicking on Deactivate > Apply from the bulk actions menu:

Screenshot of the WordPress plugins screen

The WordPress plugins screen

You can also connect to your site via a File Transfer Protocol (FTP) client or File Manager, then navigate to your plugins folder (wp_content > plugins). Right-click on the plugins folder and rename it to something such as “plugins_old.”

This will deactivate all of the plugins on your WordPress site. You can revisit your website to see whether the error message is still showing. If not, you can try activating your plugins one by one until you find the tool causing the issue.

3. Check Your Error Logs

When troubleshooting the HTTP 499 code, it’s essential to leverage your error logs. This approach will make it easier to narrow down the issue and determine whether it results from a specific plugin or tool.

If you’re not a Kinsta user, you can enable and view error logs by turning on WordPress debugging mode. However, if you’re a Kinsta user, you can quickly and easily see errors in the Log viewer from your MyKinsta dashboard:

Screenshot of the log viewer from the MyKinsta dashboard

The log viewer from the MyKinsta dashboard

You can also check your log files in Nginx (/var/log/nginx.error.log) and Apache (/var/log/apache2/error.log). Furthermore, Kinsta users can take advantage of our analytics tool to take a closer look at errors on your site. Then you can understand how often they’re occurring and whether the HTTP 499 error is an ongoing issue.

4. Use an Application Performance Monitoring (APM) Tool

When managing a website, it’s important to have reliable solutions for identifying and troubleshooting errors on your site. We recommend using an Application Performance Monitoring (APM) tool.

APM tools can help you narrow down which script or plugin may lead to various errors, such as HTTP 499. We include our Kinsta APM, as well as a variety of other DevKinsta tools, with all of our plans:

The Kinsta APM screen

Kinsta APM screen

For example, your APM tool can help you collect valuable data and determine which applications are causing delays. Once enabled, you can use KinstaAPM to view the slowest transactions on your site, trace their timelines, and figure out the causes of issues. Our APM also provides insight into your PHP processes, MySQL queries, external HTTP requests, and more.

5. Contact Your Web Host and Request a Timeout Increase

As we’ve discussed, sometimes HTTP 499 errors can occur when a request is canceled because it’s taking too long. Some hosting providers use a ”kill script”.

In short, a kill script forces a request to be terminated after a certain amount of time. This script is often used in shared hosting environments to prevent long requests from impacting other sites.

If you’re a Kinsta user, this isn’t something you need to worry about. Each site hosted on our platform runs on an isolated software container that includes all resources and software. Everything is completely private, and none of your resources are shared, so we don’t run kill scripts.

However, when it comes to the HTTP 499 error, it’s important to note that the “client” may be a proxy, such as a Content Delivery Network (CDN) or load balancer. A load balancing service can act as a client to the Nginx server and proxy data between your server and users. This can cause a timeout that cancels the request to the Nginx server.

PHP timeouts happen if a process runs longer than the maximum execution time (max_execution_time) or max_input_time specified in your server’s PHP configuration. You may encounter timeouts if you have a busy website or scripts that need longer execution times. Therefore, it might be necessary to extend your timeout value.

Let’s say you have a request that is expected to take 20 seconds to complete. If you have an application with a timeout value of 10 seconds, the application will probably time out before completing the request. You’ll likely see the HTTP 499 status code in such an instance.

Therefore, it’s wise to check with your host about the values set on your server. At Kinsta, the default max_execution_time and max_input_time values are set to 300 seconds (5 minutes). The maximum PHP timeout values vary depending on your plan.

If necessary, you can reach out to your hosting provider to request a timeout increase. As a Kinsta user, you can open a ticket with our support team.

With help from this guide, you can ensure your site is properly configured to avoid seeing this error in the future. ✅ Here’s how… 🚀Click to Tweet

Summary

There are a wide variety of HTTP status codes to be aware of as a website owner. Some of the trickiest are client-based errors, such as the HTTP 499 code. The good news is that you can take a handful of steps to resolve this issue.

In this post, we discussed five potential solutions you can use to fix the HTTP 499 status code error. All of them are viable options; if one doesn’t work, another one should.

Do you want to troubleshoot and resolve issues in WordPress as painlessly as possible? Check out Kinsta hosting plans to learn how our APM tool and other solutions can streamline your website maintenance and management!


Get all your applications, databases and WordPress sites online and under one roof. Our feature-packed, high-performance cloud platform includes:

  • Easy setup and management in the MyKinsta dashboard
  • 24/7 expert support
  • The best Google Cloud Platform hardware and network, powered by Kubernetes for maximum scalability
  • An enterprise-level Cloudflare integration for speed and security
  • Global audience reach with up to 35 data centers and 275 PoPs worldwide

Test it yourself with $20 off your first month of Application Hosting or Database Hosting. Explore our plans or talk to sales to find your best fit.

Один пользователь говорит, что я получаю сообщение об ошибке;

Failed to load resource: the server responded with a status of 499 (Request has been forbidden by antivirus) wentworth-miller-14015611293982427.jpg

После этого я также установил касперского и получил тот же код ошибки, в котором говорится, что этот сайт вреден для вашей системы, мой веб-сайт kimkimdir.tv.

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

http://146.148.31.90:8080/

Проблем с антивирусом нет, что делать?

3 ответа

Попробуйте отключить функцию Анти-Баннер. кажется, антивирус блокирует некоторые определенные типы вызовов ajax.


4

Adeem
29 Июл 2015 в 16:52

Я столкнулся с той же проблемой, когда у пользователя был антивирус Касперского, который блокировал ajax-запросы от тега с именем bank. Антивирус (в основном Касперский) ищет определенные слова, такие как БАНК и т. д., на ваших веб-страницах и блокирует вызовы ajax или другие запросы сервера, связанные с этими ключевыми словами, для защиты ваших данных. Он делает то же самое с файлами jQuery и не позволяет им запускаться, ссылаясь на проблемы с безопасностью. Возможные решения: либо удалите такие ключевые слова, как банк, с веб-страницы, либо, если это происходит с определенным пользователем/пользователями, генерируется ошибка консоли браузера. Это можно разрешить, щелкнув ошибку консоли браузера на стороне пользователя и включив ее оттуда.


3

Eric Aya
12 Дек 2018 в 13:12

Kaspersky предлагает бесплатный онлайн-сервис для сканирования небольших файлов (я думаю, до 5 МБ). Используйте его и отсканируйте файл, который вы пытаетесь обслуживать, это даст вам больше информации.

Я очень сомневаюсь, что это имеет какое-либо отношение к node.js, поэтому я бы начал с проверки фактического файла с помощью этого антивируса.


-1

alandarev
11 Июн 2014 в 16:43

Нажмите вышеКод Сельское хозяйство Программирование Усовершенствованные ноты”,выбирать»Top или Star Standard

Что такое nginx 499

499 — ошибка 4xx, расширенная nginx, и цель должна быть записана, и нет фактического ответа.
Посмотрите на определение NGINX SOURCE NGX_HTTP_REQUEST.H до 499:

/*
* HTTP does not define the code for the case when a client closed
* the connection while we are processing its request so we introduce
* own code to log such situation when a client has closed the connection
* before we even try to send the HTTP header to it
*/
#define NGX_HTTP_CLIENT_CLOSED_REQUEST     499

Как видно из вышеперечисленного, nginx 499 представляет собой клиентский запрос не вернулся, а клиент активно отключается.

Nginx Record 499.

В рамках онлайн-поиска связанная информация, обучение и понимание, вы суммируете приблизительную причину, заключается в том, что запрос не может быть подключен в указанное время без закрытия соединения. Проблема проблемы — это два: 1. Указанное время; 2, производительность обработки программы.

Проблема времени

В начале высказал NGINX 499, заключается в том, что клиент активно отключил соединение. Клиентская концепция здесь, мое понимание состоит в том, чтобы запросить сервис ниже по течению во время процесса подключения, такой как соединение между браузером и NGINX, браузер — это клиент; nginx — это служба, которая распределяется, NGINX — это клиент. PHP- FPM можно считать клиентом.
На этот раз в указанное время описано выше время, обычно определяется для тайм-аута, возможные причины этоВремя короткоеNS.
Примите запуск запроса скручиваемости, максимально допустимое время передачи данных указывается параметром -m.
Например:

curl -m 20 "http://somewebsite.com"  

Если максимально допустимое время тайм-аута передачи данных, скручиваемость отключает запрос, а веб-сервер все еще обрабатывается, а NGINX будет записывать 499;

Поскольку NGINX используется в качестве обратного агента, Nginx будет распространять запрос на соответствующий сервер обработки, есть две пары параметров тайм-аута:

proxy_send_timeoutиproxy_read_timeout

fastcgi_send_timeoutиfastcgi_read_timeout

 Две пары параметров соответствуютngx_http_proxy_moduleиngx_http_fastcgi_module Параметр модуля.Две пары параметров Таймус по умолчанию составляет 60 с. В случае NGINX появляется 499, можно сравнить время, потребляемое по времени, потребляющим время, а также две пары установленного времени, а также при обработке Proxy_Pass или FastCGI_PASS, заданное время ожидания.

Другое время похоже на точку времени работы PHP. Откройте Php.ini View.max_execution_time и max_input_time Два параметра. Обами являются максимальное время и форма, совершенное выполнением программы PHP.

Если балансировка нагрузки доступна в Backend Service, таких как упругие балансы нагрузки и т. Д. На AWS. Набор тайм-аута на Nginx очень большой, Nginx также записывает 499 статус, затем можно удалить балансировку нагрузки после времени по умолчанию (обычно 60 ы). В этом случае конфигурация балансировки нагрузки может быть изменена в соответствии с конфигурацией Nginx.

Проблема производительности

Проблемы с производительностью относительно широкие, не легко исключить, могут иметь случаи:
1, CPU и использование памяти
В Linux вы можете использовать лучшую команду для просмотра использования процессоров и памяти.

top - 16:59:03 up 334 days, 23:10,  1 user,  load average: 0.06, 0.08, 0.07
Tasks: 114 total,   2 running, 112 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.5 us,  0.3 sy,  0.0 ni, 98.5 id,  0.7 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem :  2916192 total,   516184 free,  1540972 used,   859036 buff/cache
KiB Swap:        0 total,        0 free,        0 used.   999988 avail Mem


  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                                     
11475 work      20   0  157680   2188   1520 R   0.7  0.1   0:00.34 top                                                                         
12206 elastic+  20   0 3685272 980.1m    272 S   0.7 34.4   1027:58 java                                                                        
24451 mysql     20   0 1745372 275176   2892 S   0.3  9.4 761:20.55 mysqld                                                                      
    1 root      20   0  232328  46328   1324 S   0.0  1.6  33:03.32 systemd                                                                     
    2 root      20   0       0      0      0 S   0.0  0.0   0:00.80 kthreadd                                                                    
    3 root      20   0       0      0      0 S   0.0  0.0   0:37.02 ksoftirqd/0                                                                 
    5 root       0 -20       0      0      0 S   0.0  0.0   0:00.00 kworker/0:0H                                                                
    7 root      rt   0       0      0      0 S   0.0  0.0   0:20.47 migration/0                                                                 
    8 root      20   0       0      0      0 S   0.0  0.0   0:00.00 rcu_bh                                                                      
    9 root      20   0       0      0      0 S   0.0  0.0   0:00.00 rcuob/0                                                                     
   10 root      20   0       0      0      0 S   0.0  0.0   0:00.00 rcuob/1                                                                     
   11 root      20   0       0      0      0 R   0.0  0.0 126:24.86 rcu_sched

Третья строка, информация о состоянии CPU, конкретное описание атрибута выглядит следующим образом:

0,5% нами — процент пространства пользователя занимает процессор;
0,3% SY — процент процессора в пространстве ядра;
0,0% Ni — изменить процесс приоритета занимать процент процессора;
ID 98,5% — процент простоя КПУ;
0,7% WA — IO ждет процент процессора;
0,0% Hi — аппаратный IRQ является процентным процессором;
0,0% Si — прерывания программного обеспечения занимают процент процессора.

Четвертая строка, состояние памяти, конкретная информация выглядит следующим образом:

2916192K Total — общая физическая память (2,9 ГБ);
1540972K используется — общая память в использовании (1,5 ГБ);
516184K Free — Общая монтажная память (0,5 ГБ);
859036K буферов — сумма памяти кэша (859 м).

2, количество процедур обработчика FastCGI, таких как PHP-FPM недостаточно
Параметры, которые необходимо понимать: PM, PM.MAX_CHILDREN, PM.START_SERVER, PM.MIN_SPARE_SERVERS, PM.MAX_SPARE_SERVERS.
PM представляет собой контрольный режим количества процессов, который является статическим (статическим) и динамическим (динамическим).

PM = Dynamic Как контролировать дочерние процессы, варианты со статическими и динамическими
 PM.MAX_CHILDREN: количество процессов PHP-FPM в статическом режиме
 PM.max_requests: максимальное количество запросов на подпрограмм PHP-FPM можно обрабатывать
 PM.START_SERVERS: количество запуска процессов PHP-FPM в динамическом режиме
 PM.MIN_SPARE_SERVERS: Минимальный процесс PHP-FPM в динамическом режиме
 PM.max_spare_servers: количество максимальных процессов PHP-FPM в динамическом режиме

3, MySQL и другие процессы запросов данных медленно
Log MySQL Log — это запись журнала, предоставляемая MySQL. Используется для записи оператора, который отвечает в MySQL, превышает пороговой пол, и то, что в частности означает, что время выполнения превышает SQL значения Long_Query_Time, он будет записан в медленном Вопрос журнала. Значение по умолчанию Long_Query_time составляет 10, что означает запущенное более 10 и более операторов. По умолчанию база данных MySQL не запускает журнал медленного запроса, вам нужно вручную установить этот параметр. В частности, см. Сводка журнала MySQL Slow Query.

4, Программа обработки логики не в порядке
Этот элемент требует логической обработки программы запросов имеет слишком много повторяющихся или избыточных процессов. : Улыбка улыбка:

Решение, данное другими

Решение, которое можно запрашивать в сети, в основном добавляется в блоке HTTP NGINX.conf.proxy_ignore_client_abort on;
Этот параметр закрыт по умолчанию. Параметр, заданный официальным веб-сайтом NGINX, заключается в следующем:

Determines whether the connection with a proxied server should be closed when a client closes the connection without waiting for a response.

Основные средства состоит в том, подключен ли NGINX к серверу распределения после того, как клиент активно отключает соединение.
При использованииproxy_ignore_client_abort on; NGINX ждет задней панели обработки (или тайм-аута), затем запишите «Информацию о возврате Back-End» в журнал. Итак, если бэкэнда возвращает 200, записывайте 200; если задний конец положен обратно в 5xx, записано 5xx.
Если время ожидания (по умолчанию 60-х годов может быть установлено с Proxy_Read_Timeout), Nginx активно отключается, записывает 504.
Вышеуказанный способ, индивидуальные мыслиния просто решает проблему записи NGINX 499, и не имеет проблем, которые клиент не получает ответ запроса. Решить проблему.


Сводка ссылки
[1]: Лучшая команда Linux
[2]: Оптимизация номера процесса PHP-FPM

еслиВы заинтересованы в этой статье, помогитеПовернутьОтправитьПринять его или нажмите на нижний правый угол статьисуществоватьСмотретьОтказ Спасибо!Обратите внимание на публичный счет, ответ «Введите группуМожет войти.Без рекламных технологий Exchange Group

I’ve a one page checkout. When I click on ‘continue’ button after select the shipping method it redirects to dashboard page.
I’ve noticed that it print a ‘499 request forbidden by antivirus’ in the console, and I’ve noticed that this issue happens only in computers that have Kaspersky intalled.
I can’t give up all customers with Kaspersky installed. What to do?
Thanks Guys.

asked Feb 16, 2015 at 17:59

Giacomo's user avatar

If someone visits any site with their firewall/AV settings set too high then Javascript won’t work. Do these same customers have a problem on larger sites like Walmart.com or Target.com? If so then it’s going to be up to them to lower their javascript scan settings if they want to be online.

answered Feb 16, 2015 at 18:02

seanbreeden's user avatar

seanbreedenseanbreeden

2,82417 silver badges23 bronze badges

Add your Magento site and all related domains (including files hosted elsewhere but included in your template) to the KAV trusted sites list.

See this link for help: http://support.kaspersky.com/5418 (Mostly applies to PURE and similar single-license versions of KAV. If you have Endpoint Security, you need to build a rule into your policy at the Administration Server level. I could walk you through this if you need help.)

Edit: It occurs to me just now that you may not be talking about users you can control, but random customers around the web. If that’s the case, you need to contact Kaspersky about why your site is on their blacklist and how to get it removed. I typically start here: http://support.kaspersky.com/virlab/helpdesk.html

answered Feb 16, 2015 at 18:03

ddavidn's user avatar

ddavidnddavidn

4345 silver badges16 bronze badges

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Error 404 почему 404
  • Error 404 ник
  • Error 404 на телефоне
  • Error 404 на сайте
  • Error 404 молдавские гастарбайтеры

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии