Changes
</source>
==Transport Security Toggle (HTTP / HTTPS) ==
Controls metadata exposure and enables HTTP or HTTPS at the service level.
=== HTTP ===
To enable HTTP, set the HTTP metadata flag to true and the HTTPS metadata flag to false.
<source lang="XML">
<serviceMetadata httpsGetEnabled="false" httpGetEnabled="true" />
</source>
=== HTTPS ===
To enable HTTPS, set the HTTPS metadata flag to true and the HTTP metadata flag to false.
Turns on HTTP.
<source lang="XML">
<serviceMetadata httpsGetEnabled="true" httpGetEnabled="false" />
</source>
{{Hint|HTTPS is the default configuration.}}
{{Attention|The [[Configuration_Files/Bindings.config#Upload_of_large_files]] must also be adapted accordingly.}}
== See also ==
