[Gambas-user] gb.web Request.Path

Mayost Sharon sharon at 455.co.il
Tue Sep 26 19:22:31 CEST 2023


Hello

Should Request.Path perform an action when you put a value in it?

For example:
In the browser I write:
http://127.0.0.1/cgi-bin/wp1.gambas/

Then inside the code in the MAIN() procedure
I am writing:
Request.Path="/Webpage1"
Should this change the text in the browser to
http://127.0.0.1/cgi-bin/wp1.gambas/Webpage1

Thanks


More information about the User mailing list