Search found 191 matches

by istech
Fri Nov 25, 2022 8:47 am
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 5620

Re: formattedwidth Failing / Bug on Server

Hi Richard, Thanks for the reply. I'm using CENTOS with no GUI. Just very strange. Maybe I am missing something as the docs say the command supports server and Linux. So should work? I have tried the width of the same field and works as expected, but the formattedwidth always return 0 not matter wha...
by istech
Fri Nov 25, 2022 12:45 am
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 5620

formattedwidth Failing / Bug on Server

Hi Livecoders, I do hope you are doing well in your projects and staying productive. I have been using the latest Livecode Server 9.6.8 and when I want to get the formattedwidth of a field it always returns 0 (Even when text is in the field). Can anyone confirm this is a bug? and maybe offer a worka...
by istech
Fri Jan 28, 2022 1:35 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Hi Ralf,

Sorry for the late reply will be testing this shortly. Thanks for all your great work and will let you know if I find any problems.
by istech
Fri Jan 28, 2022 8:46 am
Forum: Android Deployment
Topic: Android Accessibility APIs
Replies: 0
Views: 10219

Android Accessibility APIs

Hi All, I hope you guys are doing well. I was wondering if Livecode has any access to the Android accessibility API's as I am interested in making a user assistance application which requires creating a kind of macros for common tasks in various applications. If not would need to build it in from Li...
by istech
Tue Dec 21, 2021 10:19 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Ahh Great!!

Looking forward to it.

Again thanks for your dedication and time.
by istech
Sat Dec 18, 2021 12:58 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Hi Ralf, Apologies for not getting back to you sooner as I was away on business. I can confirm this solution works for my situation. But still interested in the why. Should I be posting as form data for Revigniter? Of is this more of a workaround for my situation. No hurry, as just for my understand...
by istech
Thu Dec 09, 2021 8:35 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Just a quick update on this issue. After a break troubleshooting this issue and further investigation, I can see no obvious problem with the server as nothing appears in the logs and it is working correctly using a Livecode script where I post directly to it. With this in mind, I must conclude the p...
by istech
Wed Dec 01, 2021 1:46 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Hi Ralf, I have tried to POST with encoded and non-encoded. I have also tried both JSON and LC arrays with the same results. I POST from my LC IDE so we have tried the same method. I'm still investigating the issue and will update you when I have some more information. The feedback is priceless many...
by istech
Tue Nov 30, 2021 10:21 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Thanks for this Ralf and I really appreciate your dedication and time. I can confirm the config.lc file settings are false. put false into gConfig["globalXssFiltering"] put false into gConfig["csrf_protection"] and also confirm the settings for the header is "set the httpHeaders to "Content-Type: ap...
by istech
Tue Nov 30, 2021 4:44 am
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Thank you for your patience Ralf,

I have attached a sample base64 encoded post for you to review. I have narrowed it down to the base64 encoded image data. But not quite sure how to get around this one as it used to POST with Revigniter V1. Would love to get some feedback. Many thanks
by istech
Mon Nov 29, 2021 1:12 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Hi Ralf, Sorry for my late reply I was out all day yesterday. I have found out the cause but do not know how to fix it as yet. The problem comes from some base64 encoded image information stored in my array. When I remove the based64 encoded image data the POST is processed fine. The strange thing i...
by istech
Sat Nov 27, 2021 12:31 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Hi Ralf, Of course you are right. I have made your recommendation to try and add "=" to the above function however I don't think this is possible as the whole site can not be reached with this error displayed. "Disallowed Key Characters. ri_session" and my POST response error is now "Disallowed Key ...
by istech
Thu Nov 25, 2021 8:11 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Re: Revigniter V2 sanitizing issue

Thanks for that Ralf.

Previously, I have added "a-z 0-9~%.:_\-?=+/" into gConfig["permittedUriChars"] in the config.lc file. Would this not allow the POST with the base64 to pass as is?

Many thanks
by istech
Wed Nov 24, 2021 11:57 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 15571

Revigniter V2 sanitizing issue

Hi All, Maybe Ralf can answer this when he is free. A final issue has popped up when testing Revigniter V2 with my project. Upon POSTING an array to a controller it now sanitizes my POST before it gets to the controller. So my POST is empty. The error I get is attached. It seems as though input lib ...
by istech
Wed Nov 24, 2021 11:35 pm
Forum: CGIs and the Server
Topic: Revigniter v2 "Unable to load the requested stack" error
Replies: 5
Views: 3595

Re: Revigniter v2 "Unable to load the requested stack" error

Thanks Ralf I'll give this a go and let you know. I have double-checked the permissions on the directory and stack for "application/stacks" and it is the same as "system/stack". Could be some other server issue I suppose. I would love to get your take on one more issue I'm having with Revigniter V2 ...

Go to advanced search