Write proxy/wrapper class for own service in jersey
问题 I want to access a full rest service with basic http auth running. However there is no way to for the javascript browser client to suppress the authenticate box when a wrong credential is provided. I thought about different methods to solve this problem someone suggested to remove the WWW-Authenticate Header with a filter (i dont think this is a clean approach) i could rewrite my app to not use Basic Http Auth at all (i think this is too much trouble) i could write a proxy that talks to my