diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 3c4d5194..3d98bd27 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -1612,6 +1612,10 @@ The following sections show how each one works: * <> * <> +== Serving Binary Files + +In order to serve binary files from the config server you will need to send an `Accept` header of `application/octet-stream`. + [[spring-cloud-config-serving-plain-text-git-svn-native-backends]] === Git, SVN, and Native Backends