Re: urlResponse empty in 8.1.0RC1

2016-09-16 Thread panagiotis merakos
http://quality.livecode.com/show_bug.cgi?id=18380

On Fri, Sep 16, 2016 at 8:30 PM, Richard Gaskin 
wrote:

> pink wrote:
> > FYI - in case anyone else runs into this problem, it should be
> > fixed 8.1.1
>
> Interesting.  Bug report number?
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  
>  ambassa...@fourthworld.comhttp://www.FourthWorld.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-16 Thread Richard Gaskin

pink wrote:
> FYI - in case anyone else runs into this problem, it should be
> fixed 8.1.1

Interesting.  Bug report number?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-16 Thread pink
FYI - in case anyone else runs into this problem, it should be fixed 8.1.1



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/urlResponse-empty-in-8-1-0RC1-tp4708176p4708524.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-08 Thread ahsoftware

On 09/08/2016 12:50 PM, Trevor DeVore wrote:


PUT and DELETE have been around for as long as I can remember. I used them
years ago with a web service.



I'm assuming DELETE works the same, yes


the DELETE verb, of course, requires that the server you're talking to 
supports it for the service you're using.


--
 Mark Wieder
 ahsoftw...@gmail.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-08 Thread Trevor DeVore
On Thu, Sep 8, 2016 at 2:46 PM, Richard Gaskin 
wrote:

> LC supports PUT in addition to GET and POST?
>
> I thought that only worked for FTP.   When was that added for HTTP?  I see
> that's now part of the Dict entry for "put", but the only version number is
> "1.0" for the introduction of the token, and I didn't see a note when
> libURL was updated with that.
>

PUT and DELETE have been around for as long as I can remember. I used them
years ago with a web service.


> I'm assuming DELETE works the same, yes


Yes.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com-www.clarify-it.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-08 Thread Richard Gaskin

pink wrote:

>  put tJson into URL(tURL)

LC supports PUT in addition to GET and POST?

I thought that only worked for FTP.   When was that added for HTTP?  I 
see that's now part of the Dict entry for "put", but the only version 
number is "1.0" for the introduction of the token, and I didn't see a 
note when libURL was updated with that.


I'm assuming DELETE works the same, yes?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: urlResponse empty in 8.1.0RC1

2016-09-08 Thread Monte Goulding
Please open a bug report as this sounds like a tsNet regression.

Thanks

Monte

Sent from my iPhone

> On 9 Sep 2016, at 12:35 AM, pink  wrote:
> 
> I am using CouchDB in 8.1 and here is my problem: 
> 
> these are the two crucial commands for putting a document into CouchDB 
> put tJson into URL(tURL) 
> put the urlResponse into tResult 
> 
> the urlResponse should contain a JSON with the result of the REST call, for
> example it could say: 
> {"error":"conflict","reason":"Document update conflict."} 
> 
> regardless if it is an error, or a successful call, urlResponse is coming up
> empty 
> 
> if it isn't obvious, for my program, I need to know if there is an error 
> 
> is there a way to get the equivalent of what I would have gotten with
> urlResponse?
> 
> 
> 
> --
> View this message in context: 
> http://runtime-revolution.278305.n4.nabble.com/urlResponse-empty-in-8-1-0RC1-tp4708176.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode