Thanks both of you for the replies. That's given me some confidence in the approach.

On 30 Apr 2011, at 23:17, Mehboob Alam wrote:

Did you have a particular question or scenario in mind that may not
work? Examples would be helpful.

Lets say you have a request like this come in:

www.hotshots.com/dolls/batman

In the request handler, you rewrite the URL thus (i.e. return this in 'On Request'):

www.hotshots.com / prodhandler.a4d?group=100&product=5

. . . . which gets understood and handled by the code in 'prodhandler.a4d'.

I assumed that when you do this, the browser URL would switch from the external to the internal URL (i.e. the user would see the handler page and query parameters when the response was returned).

However, I just did a quick test and it doesn't seem to be the case - i.e. the URL www.hotshots.com/dolls/batman remains in the browser address bar even when the rewritten response is returned. Can you guys confirm that this is how it works ?

If so it would be absolutely great.

Peter

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to