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,058
- Last Active
- Roles
- Administrator
Comments
-
Yes.
-
Does the IsNetworkPath service do what you want?
-
As you seem to recall, the problem is that Windows services do not share the same user context as your desktop user. This means you do not get mapped drives. Mapping drives on the fly is also challenging and not worth trying to work out. Your soluti…
-
I recommend researching these on your own first so you know what to expect. There are plenty of Google matches to help you along.
-
Based on that response log, there are no cookies being sent to the client. Here are the only headers in that log: Status: 200 OK Access-Control-Allow-Origin: * WWW-Authenticate: xBasic realm="LAN" Content-Type: application/hal+json Content-Length: …
-
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…