June 2018
Beginner to intermediate
376 pages
8h 58m
English
After looking at our available options, we are going to go with the least complex solution and extend our existing code. In our scenario, HttpOnly cookies are not a problem because we don't use them, so we don't have to worry about any potential issues relating to them.
We don't need to change any of our existing code; instead we are going to write a new method that will take the connection we have already negotiated with the server and use it to complete the file download:
public File ...Read now
Unlock full access