Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,054
- Last Active
- Roles
- Member
Comments
-
After saying that, there's one other probably crucial element I have omitted to date. As this is early testing stages and the IT guys aren't yet prepared to open up the server, I'm using ngrok to create a secure tunnel. I'm beginning to think it's…
-
Honestly, I don't know what the issue is. I don't get it at all when I'm testing locally. ie postman and OI both on my laptop. I'm using IIS so when it came to activating it all on the server I simply tried to replicate what I'm doing here but have …
-
Don, Is there a maximum length issue you've come across before?
-
Barry. Found it. Here's all the font stuff part of it. /********************************************************************************** * User is displaying the font window to modify appearance. Several conversions * are needed to pass the co…
-
Unfortunately Barry, it's one of those annoying situations where the production system where it is running, has no source and the dev system I'm currently using has the source I posted plus lots of debugs which suggests to me that I've previously tr…
-
Good in that it means, it can work. But frustrating. My OI version where this was happening is 9.4 Also Windows 10
-
Finally discovered the common denominator though admittedly I don't yet know why it's a problem. Any and all the symptoms occur only when the endpoint is nine characters long. It doesn't matter what it is, just how long it is. The two that were fai…
-
I'm as baffled as you with the endpoints differentiation. Yes they are all the same conditions. I change the endpoint in the url directly. The header etc remains each time. This is something I have gone over and over and over and over just to be sur…
-
Barry I struggled with this some time back so maybe there is a more elegant solution now. I also never needed to print the content. It was for display within another editbox so printing is another problem of its own. However, I created an 'edit' win…
-
You are correct. Url in the address bar. No Authorisation header. IIS report 500 errors frequently? Well that's disappointing.
-
One more thing that I realise now is probably related. Sometimes I get a 502.2 Bad Gateway error returned. I was thinking this was a different problem that I would address later. I might try troubleshooting down that path and see what I find.
-
Another tidbit. If in postman, I remove the authorization the other headers come through. In other words if I change the Basic Authorisation to No Auth and remove the Authorization header, the "From Postman on Laptop" picture looks like the "From br…
-
This is what I'm seeing when calling the /employees endpoint
-
Yes field 30 in the request is completely empty. Don't yet have postman on the server but will get to that. The oecgi_version seems to have resolved itself now so there are no other obvious symptoms.
-
When sent from the browser on the server, even the offending two calls pass in the header values. It seems to be only when I use postman across the network. As I typed that I thought to check from my browser and the values are passed in so I'm gues…
-
As early as can be. Yes at the beginning of http_mcp before any calls are made. inet_trace is a local gosub in entry_point_services. Each of the others have their own service. Only those that carry the header values through actually get that far th…
-
So now it gets even weirder. For me at least. Whether it works or not seems dependent or at least related to the endpoint. I was testing and failing with api/employees switched to api/inet_trace and the header info came through as it also did wit…
-
Closer inspection and comparison of the two requests show two other differences. When run from the browser on the server, additional_Values$ contains the values expected. http_accept$ contains a string like this "text/html,application/xhtml+xml,app…
-
If I use localhost on the server, the values come through as well so it is the same as on my laptop. It's just an issue when it's an external request which is clearly a problem. I shall continue to dig.
-
Strange that it works on my laptop using IIS but not when I make the request to the server. I thought that I configured both the same but perhaps not.
-
IIS
-
Hi Don, Looks like that was my intent. Another higher priority project (the http_frameworks one) took the place of that prototype though and it got shelved. Hence there was no more traction on my end. In reality, the two things are linked but the d…
-
Hey Colin, I had the same problem regardless of the type of controls on the embedded form. https://forum.srpcs.com/discussion/132/embedded-windows-opinions-please Never got to the bottom of it.
-
Thanks Don.
-
I went via the wiki link rather than the products link. My mistake. All works perfectly now though.
-
Guess I went to the wrong page because it said the current version was 1.5.2 Should have checked the version history though.
-
Has this new version been released? I just stumbled over the same issue with srp_json and 'getmembers' I don't have any members called "????????????????????????????????????????????????" :P
-
Thanks Don, I wrote it using 'set', then switched it to 'add' when I noticed it in the doco but in all honesty, it's probably negligible in my current case. These arrays will probably rarely reach double figures. Just thought I'd ask in case ther…
-
Was that an RDK or an rdk that helped resolve the problem?
-
Could searchCriteria possibly have some delimiters in there that may not be easily visible within the debugger? I'm thinking carriage returns or something for example?