I get an error HTTP 406

  • Published by
    George Papadakis
  • Last modified
    09 September 2014
  • Up to date
    Yes
  • Profile concerned
    End user, Webdesigner
  • Concerns
    Component
  • Since Version
    1.5.3a
  • Voting
    Average rating
    2 votes
    • 1
    • 2
    • 3
    • 4
    • 5
  • Favourites
    297 I get an error HTTP 406 /documentation/tutorials-english/70-developer-api-field-plugins/297-i-get-an-error-http-406.html

1. The mod_security is your server is giving a false positive because of too strict rule

or

2. your browser in infected


-- You may try
1. disabling mod_security in your server by add this in your .htaccess file of joomla root folder:

SecFilterEngine Off
SecFilterScanPOST Off

2. or ask your administrator to examine logs, and find which mod_security Rule is giving this false positive, and remove/change the Rule.