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 > Softw

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

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. __

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 y

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 tok

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

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

urlResponse empty in 8.1.0RC1

2016-09-08 Thread pink
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: {"err