Hi, I need to get a HTTP request without using a any web browser , i need this in java codes, please help me. Highly appreciate your help,
Thanks,
Uthpala
Get? Do you want to send a HTTP request or do you want to be able to receive such requests? " I need to get a HTTP request" doesn't make sense. If you want to create a HTTP client, try Apache HttpClient
Comment