on 2010 Sep 12 5:29 PM
Hi,
params[com.streamwork.io.RequestParameters.AUTHORIZATION] = com.streamwork.io.AuthorizationType.BASIC;
I want to know what all values are valid for com.streamwork.io.RequestParameters.AUTHORIZATION parameter? what happens when this parameter is not included in the params list and makeRequest call is made.
The reason I am asking is because even if i don't include this param (AUTHORIZATION), the basic authentication kicks in and the request header is set even though we dont include USER and PASSWORD parameters. Is there a way to not set the authorization at all so that when the call is made, I can kick in the authentication by myself.
Please let me know if you need any more information.
Regards
Sreekanth
Request clarification before answering.
The AUTHORIZATION parameter can currently take two values:
streamwork.io.AuthorizationType.NONE
streamwork.io.AuthorizationType.BASIC
Not setting the parameter should be the same as setting it to NONE.
Bonnie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sreekanth
Can you tell me what you mean by " I can kick in the authentication by myself."?
Rob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.