Add note about how to server binary files. Fixes #926

This commit is contained in:
Ryan Baxter
2023-03-27 15:18:00 -04:00
parent dd5bc2b03c
commit 03cb2ca2a9

View File

@@ -1612,6 +1612,10 @@ The following sections show how each one works:
* <<spring-cloud-config-serving-plain-text-git-svn-native-backends>>
* <<spring-cloud-config-serving-plain-text-aws-s3>>
== 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