Skip to content

Commit

Permalink
added http handler to limitations section (#1874)
Browse files Browse the repository at this point in the history
clarifies that fly-replay won't work for services without the http handler.
  • Loading branch information
eliferrous authored Nov 20, 2024
1 parent d3a4984 commit 8ece0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networking/dynamic-request-routing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ If your service is simply proxying uploads to object storage, some services like

If you can perform uploads via `fetch` or `XMLHttpRequest`, you can prepend the [fly-prefer-region](#the-fly-prefer-region-request-header) or [fly-force-instance-id](#the-fly-force-instance-id-request-header) header to send the request directly to a specific region.

Your app should use the [http handler](/docs/networking/services/#http-handler) in order to use fly-replay.

## `fly-replay` use cases

Expand Down

0 comments on commit 8ece0c3

Please sign in to comment.