mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
application/x-www-form-urlencoded;charset=UTF-8 is the default, which shinyapps.io cares about for some reason and tries to parse the data as such. By setting the content type to the more accurate application/octet-stream, no middleware should be tempted to futz with the contents.