Forum Discussion

willerman's avatar
willerman
Icon for Nimbostratus rankNimbostratus
Oct 09, 2013

Handling dynamic pseudoparameters in ASM policies

Hi folks, I have a challenging typo3 web application regarding ASM: I want to enforce parameters but unfortunately this application uses pseudo parameters for identifying (un)changed files.

 

A typical request looks like this: GET /typo3conf/ext/sitecore/Common/Public/JavaScript/foundation/foundation.forms.js?137162555

 

The pseudo parameter is a unix-timestamp.

 

Can anyone tell me how to configure the ASM to ignore this parameter? Adding a wildcard parameter () on URL level (/typo3conf/ext/sitecore/Common/Public/) doesnt help unfortunately...

 

Cheers

 

4 Replies

  • Have you tried setting up a no-name type parameter with a wildcard (or possibly a regex expression) on the URL?
  • it looks like a path parameter you might be able to do something with that, look at the profile, advanced settings: Handle Path Parameters