I dont think it is possible out of the box.
Also, it is advisable to just follow this URL pattern, because there could be lot of security settings based on the URL pattern.
One possible way is, you could try something with the Core.addRequestHandler and see if you can handle the security somehow.
Hi Satish,
You can have your own request handler programmed in mendix with this method available from core API.
You write your own java action
- java action should have a handler name and the target action
- which will be called in ASU. So, mendix will register the handler and the action to be executed
- So, when users try to access that handler then the target action will be executed