A secure reverse proxy that sends Unifonic SMS requests through your server’s IP.
.NET 9 + YARP for efficient, low-latency proxying.
TLS 1.2/1.3, strict header stripping, health checks.
Simple `appsettings.json` routing & timeouts.
application/x-www-form-urlencodedAppSid, SenderID, Body, Recipientcurl --location --request POST 'http://sahem-sms.intelligentsolutionss.com/unifonic/rest/SMS/messages' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'AppSid=YOUR_APPSID' \ --data-urlencode 'SenderID=sahem' \ --data-urlencode 'Body=Hello from Sahem via Unifonic' \ --data-urlencode 'Recipient=+201000000000'
Your real IP headers are stripped; Unifonic will see the request as originating from this server.