server proxi
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
server proxi
Hi,
It's possible create a proxy server with lc-server?
basically I have a desktop application that I wish you would link to my website and server-side scripts that take data from another site, that is not the application to do this but the server side script and then pass them to the my application.
thank's
It's possible create a proxy server with lc-server?
basically I have a desktop application that I wish you would link to my website and server-side scripts that take data from another site, that is not the application to do this but the server side script and then pass them to the my application.
thank's
Re: server proxi
Hi,
It should be possible. I made a proxy as a desktop app and it works, although I still need to figure out a few things.
Kind regards,
Mark
It should be possible. I made a proxy as a desktop app and it works, although I still need to figure out a few things.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: server proxi
could you give me some more information, what are the commands that you used in the server-side script, you also know you explain to me why the controls liburllastrhheaders or liburldownloadtofile do not work in lc-server?
thanks for the replies;) ;)
thanks for the replies;) ;)
Re: server proxi
Hi,
Apparently, the libUrl library isn't included in LiveCode server. I think you might copy this library from the revLibrary stack. I believe it is a button, which is included as a backscript. If you include the library, the libUrlLastRhHeaders function and other functions might work.
I can't check my scripts right now. I'll see what I can share with you later.
Kind regards,
Mark
Apparently, the libUrl library isn't included in LiveCode server. I think you might copy this library from the revLibrary stack. I believe it is a button, which is included as a backscript. If you include the library, the libUrlLastRhHeaders function and other functions might work.
I can't check my scripts right now. I'll see what I can share with you later.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: server proxi
thank you very much, I look for you
;);)
;);)
Re: server proxi
hi,
Can you explain what you mean by copy "revLibrary stack. I believe it is a button, Which is included as a backscript. If you include the library, the libUrlLastRhHeaders function and other functions might work.2 ... Where do I copy it?, and I recall in some particular way in scirpt.
Did you find some examples of proxy?
thanks for support
Can you explain what you mean by copy "revLibrary stack. I believe it is a button, Which is included as a backscript. If you include the library, the libUrlLastRhHeaders function and other functions might work.2 ... Where do I copy it?, and I recall in some particular way in scirpt.
Did you find some examples of proxy?
thanks for support
Re: server proxi
Hello,
This is a link to my HttpProxy stack. It really is just an experiment and it doesn't work correctly. It shows what I tried and with a little tweaking, you might get it to work. I'd be very interested in any ideas you can come up with.
RevLibrary.rev is a stack. The short name of the stack is revLibary. If you type
in the message box and execute it, you will see the stack and the button revLibUrl.
Kind regards,
Mark
This is a link to my HttpProxy stack. It really is just an experiment and it doesn't work correctly. It shows what I tried and with a little tweaking, you might get it to work. I'd be very interested in any ideas you can come up with.
RevLibrary.rev is a stack. The short name of the stack is revLibary. If you type
Code: Select all
go stack "revLibrary"
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode