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,189
- Last Active
- Roles
- Administrator
Comments
-
Mark, I might need to see more of your code for me to better understand what you are experiencing. You are welcome to email it to support@srpcs.com if you are not comfortable posting it here. that leads me to assume (obviously incorrectly) that htt…
-
Anton, I gather the expired license was causing a delay in the OpenEngine from launching. However, I'm not quite sure I understand how that created the specific problem you were describing. I would have expected a timeout message, but not that mess…
-
Barry, That isn't the issue. Simply omitting the request header from Postman (which is what would happen in Firefox as well because you can't set request header field values that way) would simply pass in an empty value for the Authorization field.…
-
Anton, My opinion is that your Registry entry is not being used properly. Your AdditionalValues string looks good to me, but something is not right. Here's how it works: * OECGI receives the request from the web server. * OECGI uses the entrie…
-
Anton, Actually, after looking at the code in HTTP_Authorization_Services, I am guessing the error you are seeing is coming from the second line in the code copied below: AuthorizationB64 = HTTP_Services('GetRequestHeaderField', 'Authorization'…
-
Anton, Where are you seeing this error? Are you running a test from Postman and this is what is returned? If this is a new server, then I suspect your Registry configuration is missing this header field in the AdditionalValues string. Please refer…
-
Barry, I should say that I am pleased to see that are using the SRP_HTTP_FRAMEWORK_SETUP record. I had intended (but forgot) to publish that we will probably reserve a few attributes for your use. That way you can feel confident that we won't steal…
-
Barry, Not sure if I have missed this, but should not there be a mention somewhere that the services that are created need to be added in the code for HTTP_Entry_Point_Services. The relevant article for this is covered under Pass Throughs and End…
-
Mark, I assumed the first part of your response. I thought, perhaps, your your existing technique only displayed the trailing portion of the path rather than both the opening and trailing portions. Hence, the service would be useful to create a mor…
-
Mark, No, nothing available for you. However, for what it is worth, if you are going to go the route of "smoke and mirrors", you may want to see if the FitToEditline service might be useful.
-
Colin, I think the problem for Aaron is that he needs the replaceable parameters to populate the /UN parameter for OINSIGHT.exe. Hence, this needs to happen prior to having any access to the GetCommandLine API.
-
Matt, My compliments and gratitude for engaging in such extensive efforts to dig deep into this issue. I am going to have to let Kevin review and comment on the technical bits in your post. However, if you are able to replicate this consistently, c…
-
Mark, Seems like a sensible way to handle this. FWIW, the next version will only have two arguments: HTTPService and RemainingURL. These are roughly the same as the NextServiceHandler and NextURL arguments.
-
Barry, We don't have anything to offer.
-
Mark, You've brought up a variety of issues and I'm worried that if I attempt to address them all at once it will make the answers muddied. All me to focus on the "pass through" question. If you want me to address other issues just respond to this …
-
Hi Danh, We've encountered this same behavior before. What we have found is that it is necessary to run OINSIGHT.exe once using the "Run as administrator" option and then run your AREV32 form while in this session. This seems to be necessary to com…
-
Aaron, There is no support for what you are describing. However, you can create multiple copies of the launcher .EXE (e.g., MyApp01.exe, MyApp02,exe, etc.) and then you would just create corresponding INI files (MyApp01.ini, MyApp02.ini, etc.) whic…
-
Mark, I'm not sure I follow you on what you did with HTTP_MCP or what you hoped this would accomplish. That is to say, I am rather confident this is not an issue with the HTTP Framework but rather something to do with your OI/OECGI/OESocketServer c…
-
Mark, You are not incorrect (long way of saying you are correct). Are you sure your OECGI configuration is opening the correct application associated with the DBT file?
-
Ray, SRP Util refers to SRPUtil.ocx, the control used by the SRP Editor. SRP Utilities uses SRPUtilities.dll. Just right-click on this file and open the Properties dialog. Then go to the Details tab and inspect the File Version or Product Version.
-
LOL. Did you not install v1.0.1 either? For what it is worth, I don't consider either of these updates critical, although I do think they make some configuration changes to the application much easier. However, as you have shared already, those cha…
-
It is used with the WWW-Authenticate response header when some form of authentication is used. It's been in the product from the beginning, but the Realm value was hard-coded in HTTP_Authentication_Services. I believe we swapped out the default valu…
-
Mark, Yes, assuming you want a web service that follows this URL: http://www.mywebsite.com/api/getversion However, to start us on the correct path toward better HTTP etiquette, I might suggest the URL look like this: http://www.mywebsite.com/api…
-
Mark, Well, there is no URL that will pull that information directly. That is to say, this new service is not a web service. It is an internal service. You would need to create your own web service (e.g., HTTP_GETVERSION_SERVICES) and it would, in …
-
Mark, Excellent news. I'll make this update official and document the changes. Barry, I'll shoot a copy to you keyed to your app. I also appreciate the note above regarding the Rewrite rule change. I take it you are mentioning this because the ins…
-
Mark, I sent off v1.0.1 RC1 to you via email. I documented the changes but I left one out. I'll note it here: * In HTTP_MCP, the path where the request and response captures are stored is now defined in the new SRP_HTTP_FRAMEWORK_SETUP record ra…
-
Mark, Do we send you RDKs in the FRAMEWORKS app or do we rekey the entities?
-
Mark, I intend to release an minor update a little later today. I have the changes alluded to above in place. I can't easily test the IIS fix, so I'm hoping you might do that on my behalf and report back your results. Can I send you the RDK and exp…
-
Barry, Thank you for sharing this. You actually posted two things I'm presently changing in the product: * Storing the API path in a record rather than hard-coded in the insert (this will avoid the need to recompile so many programs). * Removi…
-
Mark, I was about to write back and and ask that you send me the request, but you just did so via the screen shot. Very good. Yes, this confirms my latest theory in that this is an IIS issue. To help explain, here is what my request looks like: …