java - Proxy pass based on authentication and authorization -
in application, downloading video remote video url. in spite of routing throw servlet, want download video doing proxy pass apache like..
proxypass /download http:///download
now before passing remote server, want authentication , authorization in between, servlet used authentication (may url). based on url response, proxy pass should work otherwise request must drop error.
how can it. there other module. please suggest.
here can find list of authentication , authorization modules in apache. please go through list , choose whichever appropriate you!
Comments
Post a Comment