Experimenting with URL rewrites using this module, however I\'m getting the following error when attempting to hit the URL. Looked online for answers, but not sure what the
Although disabling static and dynamic compression works nicely this method are not working with *.axd
files. This files are client side resources, like js, Ajax and so on.
Read more on axd files HERE.
Because this files are compressed automatically. Read HERE more about why!
So easier way to make them work is sending request with setting Accept-Encoding
header to empty! This is possible in two ways:
Accept-Encoding
in header! HOW?