1 2 Previous Next 22 Replies Latest reply on Dec 17, 2007 5:35 AM by pmuir

    Cleaner RESTful urls? Any suggestions?

    toby451

      Hi,

      RESTful URLs tend to look like this in SEAM (as far I know):
      http://server/app/action.seam?param1=foo&param2=bar

      I would like to use this slightly cleaner variant:
      http://server/app/action/foo/bar

      I.e. the action should have a URL-pattern associated with it that says that it should parse URL suffixes as:
      http://server/app/action/param1/param2

      Any suggestions on how to do this? Have I missed something? Is it suppered already?

      Thanks,
      Tobias

        1 2 Previous Next