Hello Community.
I need to create a webpage which will receive a few GET params that I need to capture in a python module.
I tried with a HTML page under www/mypage.html and www/mypage.py (following this link https://frappe.io/docs/user/en/guides/portal-development/context) but in the context, I can’t get the GET params.
Also, I tried with an API method but if I go in this way I need to redirect the user to another page after the calculations and it isn’t possible with this method.
Any ideas, thanks!