PaulS:
What is statusHTTP[] for? It's not used anywhere.
Why are you not storing the values read?
Because I don't need to store them; therefore I don't store them. and statusHTTP[] is an array that is used for something that isnt implemented yet.
PaulS:
Everything but the client.stop() is commented out. Why? Why isn't client.stop() also commented out?
Because I want the client to stop after every connection otherwise sometimes connections overlap and cause malformed requests. Otherwise, it would be running a logical check that would increase the amount of work the processor has to do per every execution.
PaulS:
You mean "here is some of my code that has nothing to do with the problem I am having".
EDIT: I apologize for saying you were being a dick. But code I did post initially has everything to do with the problem I'm having, albeit it might not be complete. I updated the original post with all code.
The problem here is the responses not coming back to the Arduino. there are 0 problems with making the actual get requests since I see all of the requests on my server.