HTTP post randomly failing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
HTTP post randomly failing
Edit: figured out what was really going on... my tests were wrong and make this post moot.
Last edited by massung on Fri Jan 29, 2010 6:54 pm, edited 3 times in total.
Re: HTTP post randomly failing
Hi Jeff,
could you check IT and "the result" after posting?
This might give us a clue:
...
post tData to url tURL
answer IT & CR & the result
...
Best
Klaus
could you check IT and "the result" after posting?
This might give us a clue:
...
post tData to url tURL
answer IT & CR & the result
...
Best
Klaus
Re: HTTP post randomly failing
Jeff, In an application I was working on last year, I found that Rev's internet library was flaky, and your description of your problem sounds familiar. In the end I went with Mark Smith's curl library. Unfortunately, that seems to be missing right now. (I'm going to write to Mark and see if he's removed it).
Also, I seem to remember that Trevor DeVore released a modified version of the internet library in his Application Framework (although looking at this page, I can't see any mention of that now):
http://www.bluemangolearning.com/revolu ... -released/
At the end of the day, I suppose you could try and debug the internet library yourself, as it is just written in Rev.
edited:
Here's Mark's Rev libraries:
http://marksmith.on-rev.com/revstuff/index.html
Also, I seem to remember that Trevor DeVore released a modified version of the internet library in his Application Framework (although looking at this page, I can't see any mention of that now):
http://www.bluemangolearning.com/revolu ... -released/
At the end of the day, I suppose you could try and debug the internet library yourself, as it is just written in Rev.
edited:
Here's Mark's Rev libraries:
http://marksmith.on-rev.com/revstuff/index.html
-
- VIP Livecode Opensource Backer
- Posts: 1005
- Joined: Sat Apr 08, 2006 3:06 pm
- Contact:
Re: HTTP post randomly failing
URL for Application framework is below. The url you posted was the announcement.
http://www.bluemangolearning.com/revolu ... framework/
The framework does provide a modified version of libURL. The manual discusses some of the features and shows how to install it. Here is the relevant chapter:
http://revolution.screenstepslive.com/s ... pters/1950
http://www.bluemangolearning.com/revolu ... framework/
The framework does provide a modified version of libURL. The manual discusses some of the features and shows how to install it. Here is the relevant chapter:
http://revolution.screenstepslive.com/s ... pters/1950
Trevor DeVore
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder