Hi,
Is it possible to run pxplus using Windows in parallels with the Apple M chip?
Regards,
HendersonS
Is it possible to run pxplus using Windows in parallels with the Apple M chip?
Regards,
HendersonS
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Mike King on December 17, 2024, 04:35:40 PMIf using Apache you can likely use AliasMatch or RedirectMatch to accomplish this. Something like:
AliasMatch "^/api/(.*)" "/somefolder/restapi.pxp?route=/$1"
RedirectMatch would let you route to another server.
Using a generic match means you only need to setup one redirection/alias.
curl -X 'POST' \
'https://url/api' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-F 'xml=@xmldata.xml;type=text/xml'
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/RECxml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsigmore#rsa-sha256" />
<Reference URI="">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#envelope d-signature" />
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
<DigestValue>Atr9H7DiGlxrQOFII/hFihsL6ACiwe47Oo93tgtuera=</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue>gQyXO0FFDGIITESTpP5xZjLIRtv/Q7/ixe1lNDLDA5aw...</SignatureValue>
<KeyInfo>
<X509Data>
<X509Certificate>DGIITESTBFagAwIBAgIIInYGQUX9q0IwDQYJKoZIhvcNAQ...</X509Certificate>
</X509Data>
</KeyInfo>
</Signature>