Disabling HTTP Methods at Channel and Destination Level
If required, you can disable specific HTTP methods on the native HTTP channel.
The HTTP methods can be disabled at the channel level and the destination level. You can also disable them at both levels and use the combination according to your requirement. For example, you can disable the GET method for a channel (TestChannel) and for the same channel (TestChannel) disable the POST method for a destination (getData). Then for that destination (getData) the GET and POST methods do not work, while for other destinations only the GET method is disabled.
Channels.TestChannel.disableHttpMethods=GET Channels.TestChannel.getData.disableHttpMethods=POST
Procedure
Copyright © TIBCO Software Inc. All Rights Reserved.