Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,178
- Last Active
- Roles
- Administrator
Comments
-
It should be blank or the 6 characters I post there. Sorry for being dense about this, but what 6 characters are you referring to? That information should not be there so to me it is garbage. What convinces you that this information should not …
-
I for one have no idea what this means. In what way is the cookie "corrupted". When I look at the log you posted, the content doesn't look corrupted in the sense that there is garbage data. What am I missing?
-
The easiest way is to get the data from the @TABLES system global variable. Look at @TABLES(0).
-
The short answer is that all service modules will use Error_Services when something unexpected occurs. When you request the value of a request header that doesn't exist, then this sets Error_Services. When the HTTP Framework is wrapping up and prepa…
-
I don't see any significant difference between this code and your previous code.
-
Not sure. I don't think I'm seeing enough of your solution to render a valid opinion.
-
Ah, yes. He is dealing with CORS.
-
Ask Mark noted, that would be one example. In the presentation I gave at the 2016 Revelation User's Conference, I stressed the importance of our systems now being an interconnected web of APIs. Thus, for OI applications to fit into this world, it n…
-
Sorry to answer a question with a question, but did you not see this in Postman?
-
The real problem was that you were using HTTPClient_Services, so the SRP Editor could not have auto-filled that for you. I missed that you were using the wrong module.
-
The problem is that you are using the HTTPClient_Services module within your API. This module should only be used for when you are using OI as an HTTP client to send API requests. In this context, the GetCookie service will tell OI what the API serv…
-
Thank you for clarifying. Upon review you did explain this, but my eyes were getting crossed because I'm trying to make sense of which direction your requests and responses are going. I think I know what the problem is, but I want to make sure I und…
-
Updated.
-
To rule out your own coding interference, try updating the Ping API like so: API ping.GET HTTP_Services('SetResponseHeaderField', 'ACCOUNT', 'LAN') Properties = 'currentDateTime' Values = SRP_DateTime('Format', SRP_DateTime…
-
I'm also curious that you got a misspelled service. Are you using the SRP Editor to auto-list and autofill your service names?
-
No worries. I'd like positive confirmation that it does work as we expect when you get a chance.
-
I'm not following. What specifically is the issue?
-
Assuming your code snippet is copy/paste, you have a typo in the name of the service.
-
I think that is a very specific feature for this tool. I agree that there is value in what you want, but I'm not sure there is enough general value to warrant a new feature of the SRP Editor. Might I suggest you custom program one of the Quick Comma…
-
Thanks for sharing!
-
Can I create a custom 'name',... Yes. ...if so, anything else I have to do for it to show in the response headers in Postman. No.
-
Does this thread that you previously started help?
-
Louise - I'm assuming you are being tasked with the responsibility to support the Revelation system you've inherited at your new employment. If that is the case, there is no amount of screen shots we can post here that will adequately equip you. Als…
-
why am I getting 'method not allowed'!!! Is this an actual question or are you referencing something else in context?
-
@BarryStevens - One example of how to handle this is to convert the binary data to Base64 first and then send it to the API. Look at the PUT API in the Picture_API routine for an example of how this can work.
-
There is a tool called the UD Manager which you must run on your OpenInsight database server. It will display all of the locked records and provide you a way to unlock them.
-
Doesn't matter.
-
Try this: SRP_Utilities_RDK.zip This RDK is specific to the 2.2.5.2 version of the DLL that you already have. This link is subject to expiring so download soon.