I'm working on a Java Desktop application which accepts user input and validates it against the API of a website using the HTTP POST method. If the information entered by the user matches the website's database, the method is expected to return a response code of 200 OK allowing the user to progress to the next page of the Java Application. I'm working on a Java Desktop application which