no-useragent htacess rule blocking host servers own valid requests
-
RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
A recently added htaccess rule – see above is causing issues with various plugins and likely affecting a wide number of installs. Many plugins make PHP requests over http to their own files and don’t use any user-agent – which fall foul of the above rule.
Event Espresso & Watupro both fail on this rule for specific requests and I have had to add additional rules in to ignore it globally.
Surely it should be possible to whitelist the host server against these rules OR be smarter somehow? Or perhaps its just an overzealous rule?
Regards
MiThemes: Version 5.6.0
- The topic ‘no-useragent htacess rule blocking host servers own valid requests’ is closed to new replies.