Skip to main content
New Participant
July 15, 2019

intercepting the page request in AEM-6.4

  • July 15, 2019
  • 9 replies
  • 9648 views
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

9 replies

joerghoh
Employee
July 16, 2019

What do you mean with "intercept"? You can register a request filter (standard servlet API) and then filter according to all your requirements.

Or are you looking for something different?

Jörg

New Participant
July 16, 2019

Dear Joerg,

Thanks for your help.

Actually My requirement is below.

Intercept HTTP request from thirdparty  (endpoint is abc-services/jax-rs/participant-service/secure/participant/search) to AEM 

joerghoh
Employee
July 16, 2019

If it's a HTTP request coming into AEM, you can also use a servlet filter. Then you have the raw request object, but not a structured object (for the payload of this request) yet.

When you mention that path, is it the thirdparty system or a path living in AEM (and using JAX-RS in AEM)?

Jörg