Skip to content

SCGIS-Wales/example-pfx-apigee-proxy

Repository files navigation

example-pfx-apigee-proxy

Example request

curl -X POST https://your-apigee-domain/mtlsproxy \
  -F "pfxFile=$(cat path/to/your/client.pfx | base64)" \
  -F "pfxPassword=yourpassword" \
  -F "targetUrl=https://target-mtls-server.com" \
  -F "targetPath=/endpoint" \
  -F "targetMethod=POST" \
  -F "tlsVersion=TLSv1_3_method"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published