How can I load a JAR file from a URL in Java while making the request for the file seem legit by adding necessary HTTP Headers into the request.
The only way I know how to maintain the loaded JAR file at the moment is to use ClassLoader
.
I think I nailed this question pretty good (Or so it seems that way in my head!) but if anyone needs me to provide more information before they can help me, be sure to ask me.