I can't use your api because I don't find the way to provide the apiKey in an HttpURLConnection.
So I always get the "401" code.
What is the format to provide it?
Hello,
Did you review our Introduction to UseResponse RESTful API article?
Hi,
yes. My problem is that I can't find the way to provide the apiKey to authenticate the request in java using an HttpURLConnection.
I also checked your PHP examples.
You can try the following example:
URL obj = new URL("https://community.com/api/4.0/method?apiKey=xxxxx"); HttpURLConnection con = (HttpURLConnection) obj.openConnection();
Yes, thank you.
Replies have been locked on this page!
Hello,
Did you review our Introduction to UseResponse RESTful API article?
Hello,
Did you review our Introduction to UseResponse RESTful API article?
Hi,
yes. My problem is that I can't find the way to provide the apiKey to authenticate the request in java using an HttpURLConnection.
I also checked your PHP examples.
Hi,
yes. My problem is that I can't find the way to provide the apiKey to authenticate the request in java using an HttpURLConnection.
I also checked your PHP examples.
You can try the following example:
Does this way work for you?You can try the following example:
Does this way work for you?Replies have been locked on this page!