Search found 4 matches

by cchiu
Tue Jan 29, 2013 2:42 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: What is the default timeout on the client?
Replies: 5
Views: 11160

Re: What is the default timeout on the client?

Hello,

I am using the Java client.
I just had wanted to make sure that in the unlikely event that the service is unreachable that I will not be spinning my wheels.
Thanks for the prompt reply.

Clement
by cchiu
Tue Jan 29, 2013 12:47 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: What is the default timeout on the client?
Replies: 5
Views: 11160

What is the default timeout on the client?

Hello,

I was wondering what the default timeout is when we make a request to retrieve device information. Is this something I should be wrapping around with my own code or is there a way to set the timeout?

Thanks,
Clement
by cchiu
Wed Oct 24, 2012 11:21 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Configuration for Cloud Service
Replies: 4
Views: 11516

Re: Configuration for Cloud Service

It is just a general security concern. I suppose it is fine given that the communication is between server to server. It was just something that caught my eye.

Thanks for the prompt response.
Clement
by cchiu
Tue Oct 23, 2012 5:21 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Configuration for Cloud Service
Replies: 4
Views: 11516

Configuration for Cloud Service

Hello, I noticed in Wireshark that the traffic that goes to the cloud service is using HTTP only. The header contains the authorization field with the Base64 encoded copy of the API secret. Is there anyway to configure the client to communicate through HTTPS? Thanks, Clement Edit: sorry I typed it i...