compute-sdk-go icon indicating copy to clipboard operation
compute-sdk-go copied to clipboard

Switch request reflector backend

Open athomason opened this issue 2 months ago • 2 comments

Requests to http-me.glitch.me occasionally fail with 500 errors, leading to test flakes [1]. @BrooksCunningham suggests using the nearly compatible http.edgecompute.app [2] instead, which seems to be more reliable and substantially faster thanks to being hosted directly on Fastly Compute.

One required change is not sending invalid UTF-8 in the request body, which results in a 500 Internal Server Error.

  1. https://github.com/fastly/compute-sdk-go/actions/runs/8839087224/job/24271648933
  2. https://github.com/BrooksCunningham/http-me-rust

athomason avatar Apr 25 '24 23:04 athomason