0

A certain eCommerce company requires access to woocommerce product listings through simple authentication. If you are using apache they recommend modifying your .htaccess file with a rewrite rule:

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

I'm a little familiar with apache rewrite rules, but I've not seen one like this. Can someone tell me exactly what this is doing and if there are any security caveats I should be aware of?

ksaylor11
  • 433
  • 4
  • 10

0 Answers0