Wyatt O'Day (Wyatt) has made 7770 posts.
it depends on your needs. and the programming language you’re using. Google for specifics.
https://wyday.com/forum/t/5064/cannot-activatedeactivate-ta_e_inet_tls-on-macos-10-14-and-older/#pos…
We had 2 minutes of downtime for server maintenance today.
A very large number – longer than the lifespan of a human. It's an implementation detail that has…
Everything should be POSTed. Only the URL (https://wyday.com/limelm/api/rest/) should be in GET part…
Answer on Dec 21, 2021I think all of the problems you're having is that you're contacting the wrong URL. This is incorrec…
Post on Dec 20, 2021Well, the biggest hint I have is the “method not provided error”. This means that the POST param…
Answer on Dec 20, 2021Hey Scott, change the HTTP method from GET to POST and leave the params in the query string Don't …
Post on Dec 18, 2021It really depends on the programming language you’re using to make the request. What programming l…
How to enable the "automatic root certificates update" on Windows Server 2016
Post on Dec 9, 2021This TLS problem is because they’re not up-to-date. They should run Windows Update and install all…
Post on Dec 8, 2021They're using an out-of-date version of Windows. They should update to the latest version first. Tha…
No idea, wyUpdate is open source you can see what it does and why it does it. Either wyUpdate check…
We don't use Java in our infrastructure. It's slow, it's bloated, and it's inefficient. Yes, it's go…
TurboActivate 4.1 includes a NodeJS example for Windows, macOS, Linux, and BSD. This means you'll be…
Likely an error with your usage of Process.Start(). Google the docs, and debug your usage.
Answer on Dec 10, 2021It sounds like it's telling you exactly what the problem is. It can't be found. Add breakpoints and …
We don’t have time to write and test the function. if you’re determined to use PyInstaller, the…
Post on Dec 9, 2021You will need to modify __init__.py to add the TA_PDetsFromByteArray() function. See the C/C++ examp…
Post on Dec 8, 2021I’d advise not use PyInstaller or hiring someone who can help you use it. We provide an example.