This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Waldek Mastykarz
wldk.nl
did:plc:t3bmctdc2rutnfarqt2zipt6
Encoding matters. This caught us during our recent demo at CloudSummit: while submitting an emoji in an API request emulated using @devproxy.bsky.social we got a broken response. Turns out, emojis are utf-8 and need a proper encoding. Change the content-type to include the encoding and avoid errors.
2025-06-16T11:36:28.646Z