Atozed Forums

Full Version: internal pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

simple question [Image: smile.png]

with Intraweb it is possible to directly open an internal page (form) with a standard http call

example

https://mysite.com:8880/contact

or

https://mysite.com:8880/contact/page1

without using parameters with "?"

thanks
Alessandro Romano
Hi Alessandro,

Yes this is possible. Look for the ContentHandlers demo on Github.
It should give you a good starting point.
(07-07-2022, 08:00 AM)jeroen.rottink Wrote: [ -> ]Hi Alessandro,

Yes this is possible. Look for the ContentHandlers demo on Github.
It should give you a good starting point.

Hi,

ok thanks!
Also, have a look at this demo that I published recently.

The basic stuff (assigning a form to a particular address) is there and it's simple to understand: https://github.com/Atozed/IntraWeb/tree/...ltiPageApp