function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Austin VillanuevaAustin Villanueva 

http request using any httpclient library always FAILED but works in my personal computer and curl command NEED HELP ASAP

I'm trying to authenticate and get token access using java. I first use httpayncclient and it works fine in my laptop
I also use curl and it works fine

but I doesn't work in my workplace. I used the curl command in my workstation and it works fine. No problem.

I try to changed the httpclient I use and try okhttpclient

It works fine with my laptop and again it doesn't work in my workstation. 

I already try to call http request with other services using their api and there is no problem. That's what I really don't know why it doesnt work 
and we are not using any proxy. 

I hope someone there can help me about this issue. 

Thank you. 

Sincerely,
Austin
Austin VillanuevaAustin Villanueva
I always get this error 
{"error":"unknown_error","error_description":"retry your request"}