HttpPut Problem

Hello, I want to make a Http Put request but I get a Exception: ( java.net.SocketTimeoutException: Read timed out )
Änd I dont know Why. Would be awesome if someone could help me.

Have you tried this: http://docs.smartthings.com/en/latest/smartapp-developers-guide/async-http.html
Seems they are proposing an asynchronous interface to avoid similar issues as the synchronous interface would timeout after 10sec. Not sure this is your case but worth a try