简体   繁体   中英

Application Request Routing (ARR) with HTTP Methods and Mule

I'm trying to redirect messages internet URL with the Application Request Routing (ARR) , the component to the IIS in Windows Server .

I want to redirect that messages by the HTTP Method. Example:

HTTP POST: http://XXX.XXX.XXX.XX:7050/api/createUser
HTTP DELETE: http://XXX.XXX.XXX.XX:7050/api/deleteUser
HTTP PUT: http://XXX.XXX.XXX.XX:7050/api/modifyUser

The endpoint will be Mule ( REST API Service with RAML ).

Is it possible to make this filter?

我认为您可以通过使用带有此MEL表达式#[message.inboundProperties.'http.method']的选择路由器来做到这一点?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM