Content
@
0 reply
4 recasts
4 reactions
Varun Srinivasan
@v
Frame Redirect Design: Redirect vs Payload We're considering two different approaches for implementing the redirects. Devs, which do you prefer and why? https://warpcast.notion.site/Frame-Redirect-Response-vs-Payload-da2bb0e4212a4664ade8d38751e416f7?pvs=4
22 replies
22 recasts
90 reactions
frolic
@frolic
You could do the payload approach with a form target and avoid the query string limit issues: <form method="post" action="{url}" target="_blank"> <input type="hidden" name="signature" value="..." /> <button type="submit">{label}</button> </form>
1 reply
0 recast
0 reaction
Tony D’Addeo
@deodad
do you know how to do this from a mobile environment?
1 reply
0 recast
0 reaction