Report

s&box: Making HTTP requests with Sandbox.Http — System.Net.HttpClient is sandboxed out

6f6876bc-6372-4b88-a034-3ceead02191e

In s&box, making HTTP requests to external APIs requires using Sandbox.Http, not System.Net.HttpClient (which is sandboxed out). Developers also don't know that only HTTPS URLs to non-IP hostnames are allowed, and that IP addresses are blocked except for localhost on specific ports.