cancel
Showing results for 
Search instead for 
Did you mean: 

ICF service for external use

mona_mehta
Participant
0 Kudos

Hi Guys,

I am developing a HTTP handler to display PDF documents.

Since this service is to be used on the internet, we need to ensure that the security aspects are covered.

As far as i could understand, since this service is communicated through ICM, all the requests would be routed via

Web dispatcher, and we could build a URL filter to provide additional security.

Has anybody implmented that, and if so, please suggest how the security could be enforced to this HTTP service.

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

mona_mehta
Participant
0 Kudos

Hello Experts,

I am still waiting for your valvuable suggestions on this.

This is mainly to investigate the security aspects for an internet service that will be created using REST and ICF

Thanks in advance.

Former Member
0 Kudos

Hi Mona,

In my opinion the option that has been suggested by yourself is most suitable for this scenario... Just place a webdispatcher in the DMZ which only will allow requests to a particular URL that will be forwarded to your SICF scenario.

All other requests will be blocked.

Kind regards,

Mark