Maybe I'm a little bit blind, but is there a way to check only the url agains catagories if this was url was send by a Post request?
I don't find any property to check if this is a Post or get request?
Thanks
Frank
Solved! Go to Solution.
Hello,
Command.Name will contain "GET" or "POST", or whatever command is used. I think this is what you are looking for.
Best,
Andre
Hello,
Command.Name will contain "GET" or "POST", or whatever command is used. I think this is what you are looking for.
Best,
Andre