Forum Post: Re: Pasoe Web Transport: Determining Handler Url In Handler Class

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
Well, not entirely. I'm trying to make a generic WebHandler which can mounted to any handler url. So /ping can be /foo or /foor/bar or whatever. Let's say I want to create a RestWebHandler. Inside the webhandler I want to be able to program something for /customer of /order of /customer/order. But since I have only the IWebRequest:PathInfo I don't know upfront if the RestWebHandler is mounted with /rest or /rest/web or /foor/bar. Imho, the handler url part shouldn't be in the PathInfo property (or there should another property).

Continue reading...
 
Status
Not open for further replies.
Back
Top