Hello,

We need your help regarding Apache MINA, could you please help.

The problem is as follows:

Currently we are using Apache MINA in one of our project to develop a proxy 
server. The communication looks as follows:

Sender(Any http client) ->  Proxy (modifies the body of http request) ->  
Receiver(Http Server) ->  Proxy (modifies the response from Receiver) ->  Sender

Our implementation works fine but fails when there is LDAP authentication 
(tested only with basic ldap authentication). The request from Sender will be 
posted to Proxy but not understanding what happens after that. No error 
message, no logs and nothing. Do you have any clue how to handle in such 
scenario? Can you please help us.
MINA is certainly not in cause in such a scenario. You have to deal with HTTP basic auth in your proxy. I have no idea from the top of my head how to do that.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to