Hi Marco,
👍 Looking forward to the information being published.
Type: Posts; User: Clive Richmond
Hi Marco,
👍 Looking forward to the information being published.
There's a rumour going around that a Corroboree may be happening this year. Dates and City?
As is always the case some very handy tips. Thanks for all your replies.
We have implemented a version of filtering that is associated with a table's existing constraints. The information is submitted via the body. E.g.
{
"filters": {
"ABN_No": [...
There you go!
15299
https://www.theregister.com/2022/03/18/something_for_the_weekend/
+1
I reported a similar issue described by Edgard back in 2019. Two releases later and it's still not fixed.:confused:
We refactored many of our overlap columns when we made our source code...
Hi Andrew,
I'll take anything ;).
Your code worked first time. Thank-you.
Hi,
I have the attached XML document which I'm pretty sure originated as an export from DbExplorer.
I am trying the read its contents. I have got as far as loading the document but have had...
We're getting the following error when visiting the above site this morning.
Hi Mike,
I am sure that is the correct casing out of the box. Line 328 in DataFlex 19.1. We have done several changes to the language file, including <token>For</token>, letting the editor...
Hi Andrew,
Thanks for this tip. Allowing double escaping in IIS has provided a workable solution.
14980
Hi Andrew,
Thanks for the suggestion but no cigar.
Interestingly, when %252F is used it never gets to OnHttpRequest and postman reports Status 404: Not Found.
Hi,
Does the RESTful service framework have a means to protect data that contains a '/' in the key? e.g. HP11/1101
http://localhost:80/TriumphWS/6.2/rest/stockenquiry/HP11%2F1101
...
Hi Jeroen,
Thanks. Hopefully, this fix will make it into the installers that are about to be republished.
Hi Mike,
Error 98, invalid message, in this instance implies you don't have a database login dialog included in your source. Perhaps try including the standard package, DatabaseLoginDialog.dg,...
Hi Stephen,
Unfortunately, for us at least, this utility only seems to handle a single level. For example:
.\DfManageVDir.exe create "Default Web Site" "TriumphWS/6.2" "D:\TriumphWS\6.2"...
In the last couple of weeks I noticed a difference in running our REST APIs locally, a Windows 10 machine, and our demonstration server, a Windows Server 2019.
On the server when an error is...
Hi Mike,
Many thanks for your replies. Dropping WebDAV in the article Mike pointed me to has addressed the issue.
Hi Mike,
You're a goldmine of information :D. Many thanks.
The article mentions WebDAV trying to handle the requests. Removing the module using the lines suggested in the article addressed...
Hi,
Today I moved my working RESTful services locally onto a production server for further testing. All my verbs, GET, POST and PATCH work except DELETE.
I've combed everywhere, that I can...
A nice solution to this problem Mike. Thanks for sharing.