Hi all,
We have some prefill services running on our AEM stack, we want to check the server health by prefilling a sample template with just a field. This service is a REST endpoint and the we make GET requests to it. I was trying to setup a dispatcher redirect
something like
RewriteRule /healthcheck /bin/servlet/?json_input={"metadata": {"fillable": true},"envelope": {"actions": {"action": {"id": "1234","formid": "108646","formversion": "00","form_data": {}}}}}
Tried some flags that prevent encoding [NE], [QSA] with no luck, the chars still get encoded.
Any help would be greatly appreciated.
Thanks,
Abhishek