huysentruitw
huysentruitw
For our use-case, we would require wildcard support also in production. For security reasons, I would only allow wildcards in the path of the URL (f.e. `https://subdomain.domain.com/*` or `https://subdomain.domain.com/part/*`) ....
Can you post a test key (not your private key of course!) in the same format?
I missed the fact that `InstallGenericServerFunctionHandler` was static 😅 (I have no experience with SapServer myself) So the idea is that `InstallGenericServerFunctionHandler` is only called once in an application? I...
From what I understand from the sapnwrfc.h file (which is my only documentation at this point): `RfcCreateServer` simplifies the process of managing server connections ourselves by calling `RfcRegisterServer` internally. But...
Excuse me for the large delay. I'm no longer working on this project for which I wrote this library, and I no longer have access to an SAP server. Can...
Can you elaborate what you're trying to do?
You could extend the input and output mapper code, the same way we did for `DateTime?` and `TimeSpan?`. The mapper code can be found here: https://github.com/huysentruitw/SapNwRfc/tree/master/src/SapNwRfc/Internal
Thanks for reaching out. Can you post the RSA parameters you're testing with? Just to make sure we'll do the same testing...
In short, the 0x00 is used as padding in case the second byte is > 0x80 (sign-bit) so the number isn't being treated as a negative integer. However, sometimes the...
I'm afraid we don't have enough info to reproduce this or to know where the issue is. Please create a failing unit-test that demonstrates the issue.