1

When there is parameter in url, how to set pattern for mapping rule in svc configuration? for example, url like this: http://myaddress/hr/{deptId}/header, the deptId is department id which is a dynamic string. I tested with /hr/*/header, it doesn't work, 404 has been returned.

Lan
  • 119
  • 12

1 Answers1

1

Using {deptId} in url will solve it.

Lan
  • 119
  • 12