403 Forbidden

Issue #269 invalid
Former user created an issue

Originally reported on Google Code with ID 269

What steps will reproduce the problem?
1. Tab "SQL", entering a valid SQL-query
2. Press "Go"

Expected: query being executed
Actual: Error 403 Forbidden

Version: 1.9.5 on Linux

Reported by robbiedevries on 2015-06-04 17:54:18

Comments (2)

  1. Christopher Kramer
    Do you have some kind of security software installed like modsecurity or an IDS that
    detects the SQL query in the POST string and blocks it to protect applications from
    SQL injection?
    

    Reported by crazy4chrissi on 2015-06-05 08:03:05

  2. Christopher Kramer
    Due to missing feedback, I reject this issue.
    PhpLiteAdmin itself never sends a 403 forbidden, so it must be some kind of problem
    with the setup. I suspect some kind of IDS detects that a SQL Query is sent through
    POST and therefore blocks the request as it suspects a SQL injection attack. You'd
    need to somehow whitelist phpLiteAdmin.
    

    Reported by crazy4chrissi on 2015-06-28 07:17:05 - Status changed: Invalid

  3. Log in to comment