Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,867
- Last Active
- Roles
- Member
Comments
-
Ok thanks. This will be interesting.
-
I thought it referred to ANY stored procedure in the system. 😁 Sorry, wont be able to get out of the habit.
-
I think the terminology has me completely fooled. Did not know that. That explains why I get 'Latin' returned. Ah, look, I have a job_api ssp!!! Wonder how many extraneous ones I have from random button clicks!!!
-
Sorry, only read it once and assumed 'creating an API' was referring to ssp. Ah, that could explain a few failed attempts that I thought was malformed at my end.
-
No, I clicked 'apply' only. I thought 'create APIs' was only if you needed to create the ssp for the base api (bsmob_jobclockon)
-
Sorry, I meant in the ssp list
-
👍
-
Ok, thanks
-
I did it so I could see them all grouped to-gether . I will change them to another prefix.
-
removed this, but it keeps adding it. API apijobclock.{resourceid}.HEAD API apijobclock.{resourceid}.GET HTTP_Resource_Services('LoremIpsum') end api API apijobclock.{resourceid}.POST HTTP_Resource_Services('LoremIpsum') end api AP…
-
I remember I had changed the apijobclock earlier and just did 'apply' as the api was already created.
-
I see that it means compile error. I now see that extra code has been added to apijobclock , I assumed it was only creating api for newly added resources. this is what was added to the end of apijobclock existing code (got double defined compile e…
-
But I am running HTTP_FRAMEWORKS in OI9 using OECGI4. so how does http_frameworks do it. as it has registry values saved away, albiet only selective ones that information request has been made here
-
Only CREATOR ONLY doesnt and I tick read and apply but it doesnt take. CREATOR ONLY doesnt have a read on 'Revelation Universal Driver' but I can 'read' that one.
-
@AusMarkB Yes, I get that result In my code I put Service = 'READ' Key = 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion' ClsID = '' ValueName = 'ProductName' WindowsVersion = '' Success = SRP_Registry(Service,…
-
Well it is not an issue with the registry entry. Key = "HKEY_LOCAL_MACHINE\SOFTWARE\paint.net" Exists = SRP_Registry("EXISTS", Key) exists=0
-
Nope exists=0
-
Ooops, sorry. and I thought I was coming to grips with it. Just a senior moment maybe.
-
Dont appear to be in the documentation for HTTP_Resource_Services. HTTP_Resource_Services('AddFormAction' HTTP_Resource_Services('GetSerializedResource' HTTP_Resource_Services('GetObject'
-
Great, that was a confidence boost. It is all coming back to me now (well sort of) - terminology still gets me). How vastly different from the version 1 days :)
-
Prying eyes. < not documented > I see this service GetAuthenticatedAccountID in HTTP_Authentication_Services ssp , is that a service that we are able to use or is just a function only applicable to the working of the service.
-
@Opto_Will, that looks cool. Have to have a go.
-
I thought about it and, correct me if I am wrong. I think a header is returned either automatically or tell the web developer to do it, that contains the authorization string (in base64 ?) when any api is called.
-
👍
-
It must be a cache issue somewhere as I removed it and it was still showing when 'send' again in postman. So, I think we may as well close the issue.
-
'thisisatest' is now appearing - after I recompiled HTTP_Resource_Manager_Services as I put a debug in, to tryand follow what happens...will never do that again LOL
-
>>Did you actually click the Apply button to save the resource configuration? Yes and assume so as i would not be able to recall the info, I assume apply is a save as well. Sorry, just pursing this as I know this version is sort of new and ju…
-
@opto_will >>UD driver looks to be next tool to use. Be very aware that in some cases that I am aware of, the UD can slow the performance (albeit UD is better data integrity) and if getting client to pay and performance drops....well!!!!
-
Sorry, maybe I need to read more. Tell me where there is information on all this area. ..where is "_forms" coming from?
-
Not sure if I am miising something here: I have: in postman I do http://localhost/api I see JSON returned as below. I was expecting to see my newly added 'resource' thisisatest. { "_links": { "self": { "href": "http://…