The
Parameters command on the
Run menu does exactly this. There are some limitations though; quoting from the Help:
Quote: |
NOTE: POST and COOKIE variables work only when you run script in HTTP mode (SRV local Web server) and HTTP mode (3rd party WEB server) run modes and only with the embedded browser selected. GET-type variable works in all run modes. |
If your situation allows, it may possibly make things easier for you (especially while debugging) to work with $_REQUEST instead of $_GET and $_POST