Is it possible to have multiple access keys set? I attempted to set them using commas, but it was just treated as a single key.
For example: access-key=12345,678910
I would expect to be able to access the file with http://my.domance/Test.xml?key=12345 as well as http://my.domance/Test.xml?key=678910. However, access was only granted when using http://my.domance/Test.xml?key=12345,678910
Is it possible to have multiple access keys set? I attempted to set them using commas, but it was just treated as a single key.
For example:
access-key=12345,678910I would expect to be able to access the file with http://my.domance/Test.xml?key=12345 as well as http://my.domance/Test.xml?key=678910. However, access was only granted when using http://my.domance/Test.xml?key=12345,678910