Search found 70 matches
- Tue Oct 11, 2022 1:43 pm
- Forum: General Discussion
- Topic: modern email authentication
- Replies: 8
- Views: 18921
Re: modern email authentication
I will check 'em out, thank you!
- Mon Oct 10, 2022 5:31 pm
- Forum: General Discussion
- Topic: modern email authentication
- Replies: 8
- Views: 18921
Re: modern email authentication
Hi, Actually OAUTH 2.0. The requirements I see are... URL Client ID Scope Client Secret I have one other post regarding OAUTH from last April. I found a work around for that one, it was for a web app, not email. Since email is moving this way "soon" I was wondering if an update mail client or built ...
- Wed Oct 05, 2022 11:06 am
- Forum: General Discussion
- Topic: modern email authentication
- Replies: 8
- Views: 18921
modern email authentication
Hello, My apologies if this is addressed elsewhere in the forum, I did a brief search and did not find it. Are there plans to add or have you added "modern email authentication", since basic auth is deprecated and will no longer be supported in Microsoft Exchange, and by extension Office 365? Thank ...
- Thu May 12, 2022 11:10 am
- Forum: Technical / Scripting
- Topic: escape some characters while using JSONParse
- Replies: 1
- Views: 2299
Re: escape some characters while using JSONParse
Hi,
Not sure if it is the only answer, but I solved this by running the entire file through a loop, and monitoring for currencyPair": "1INCH\/USDT". This kept the project moving and was a suitable answer but it did not help my understanding of JSONPARSE. I hope this helps others,
Bob
Not sure if it is the only answer, but I solved this by running the entire file through a loop, and monitoring for currencyPair": "1INCH\/USDT". This kept the project moving and was a suitable answer but it did not help my understanding of JSONPARSE. I hope this helps others,
Bob
- Tue May 10, 2022 6:57 pm
- Forum: Technical / Scripting
- Topic: escape some characters while using JSONParse
- Replies: 1
- Views: 2299
escape some characters while using JSONParse
Hello All, I am trying to get the "last" value from the "1INCH\/USDT" section. I am using block notation, as I understand it handles the special characters better. The code as written below fails to return a result. If I test by replacing "1INCH\/USDT" with "hello" it runs fine. I am guessing the sl...
- Sun Apr 24, 2022 10:27 pm
- Forum: Technical / Scripting
- Topic: ChromeFindElements -is this name ok?
- Replies: 1
- Views: 2359
ChromeFindElements -is this name ok?
Hi, Using the new chrome function ChromeFindElements, developer tools inspector says the element name is "Search:" without the quotes. Let>MyValue=Search: ChromeFindElements>session_id,name,%MyValue%,search_elements //returns count of 0. Is it possible the colon is giving me grief and if so, how wou...
- Sun Apr 24, 2022 3:02 pm
- Forum: Technical / Scripting
- Topic: use chrome functions without chromestart?
- Replies: 1
- Views: 2196
use chrome functions without chromestart?
Hi,
The site I need to log into requires 2fa and drag/drop puzzle, so using chromestart may be do-able but it will be a lot more work. I am wondering if it is possible to use chrome functions with an existing chrome instance?
Thanks,
Bob
The site I need to log into requires 2fa and drag/drop puzzle, so using chromestart may be do-able but it will be a lot more work. I am wondering if it is possible to use chrome functions with an existing chrome instance?
Thanks,
Bob
- Wed Mar 30, 2022 7:07 pm
- Forum: Technical / Scripting
- Topic: oauth2 - maybe via php?
- Replies: 1
- Views: 2271
oauth2 - maybe via php?
Hi, I have need to access a web application API. They require OAUTH2. They expect me to be doing this via another web app, so the examples are PHP. I want to do it via a MS script that will only run on my desktop, not on a web server. I am trying to avoid adding PHP to this machine, but am willing t...
- Tue May 25, 2021 1:54 pm
- Forum: Technical / Scripting
- Topic: how can a script receive http requests?
- Replies: 2
- Views: 4654
how can a script receive http requests?
Hi,
How can a script receive http requests from another program? Has anyone done this yet and can you share how? If not, can you point me in the right direction...
Thanks in advance,
Bob
HTTPRequest
How can a script receive http requests from another program? Has anyone done this yet and can you share how? If not, can you point me in the right direction...
Thanks in advance,
Bob
HTTPRequest
- Thu Sep 03, 2020 2:08 pm
- Forum: Technical / Scripting
- Topic: problem with SRT start and end mismatch
- Replies: 6
- Views: 8800
Re: problem with SRT start and end mismatch
so a commonality is //*
- Thu Sep 03, 2020 11:50 am
- Forum: Technical / Scripting
- Topic: problem with SRT start and end mismatch
- Replies: 6
- Views: 8800
Re: problem with SRT start and end mismatch
Hi, I could not replicate my the issue in MS 14. During initial research on the first script I took single sections of code out of the script and hit save until the issue went away. I thought I found the the offending section until I dropped it into a new script and it saved without error. I looked ...
- Wed Sep 02, 2020 11:11 pm
- Forum: Technical / Scripting
- Topic: problem with SRT start and end mismatch
- Replies: 6
- Views: 8800
problem with SRT start and end mismatch
Hi, Just a heads up in case anyone else runs into this... I frequently use breakpoints to debug scripts and recently ran into a problem with SRT start and end mismatch in a 2000 line script. MS pops up this "mismatch" message during SAVE of the script. I spent hours looking for the problem, because ...
- Tue Sep 01, 2020 6:50 pm
- Forum: Technical / Scripting
- Topic: FTPGetDirList Limit to files returned?
- Replies: 0
- Views: 35706
FTPGetDirList Limit to files returned?
Hi, I know FTP servers have limits as far as how many files they will show when browsed via ftp client and I imagine they have some kind of setting for how many file names they will return during FTPGetDirList. (maybe smae thing?) Has anyone bumped into a hard limit for FTPGetDirList? My FTP server ...
- Sat Nov 16, 2019 12:57 pm
- Forum: Technical / Scripting
- Topic: SRT END mismatch
- Replies: 3
- Views: 3283
Re: SRT END mismatch
In case someone else encounters this... A strange thing happened during my attempt to figure this out... -I rebooted my computer and the error went away! (Doh!) I had previously closed and re-opened MS a number of times and was certain only one instance of MS was running. But I had not rebooted sinc...
- Thu Nov 14, 2019 7:45 pm
- Forum: Technical / Scripting
- Topic: SRT END mismatch
- Replies: 3
- Views: 3283
Re: SRT END mismatch
Hi, Thanks for the offer, I truly appreciate it, but unfortunately the code will bark about a lot more than SRT's if I move it away from the local database server licensing server it needs. I was wondering if this had something to do with the changes that were made in 14.5.5, but I dropped the code ...