mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

enable proxy setting #91

Open naofum opened 7 years ago

naofum commented 7 years ago

When set proxy runtime environment in configuration of Project Settings, enable proxy to request rest service.

use Extra JVM Parameters: -Dhttp.proxyHost= -Dhttp.proxyPort=

naofum commented 7 years ago

setProxy() of HttpClient 3.1 enables both http and https