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
bark bark
@king
Response strategy seems favorable. With payload there's no room for new features (considering the URL limit) in the future and there's not much control over the action by the Frame host. Response strategy offers both flexibility on the limits and the redirect signature can be handled by the frame.
2 replies
0 recast
0 reaction
bark bark
@king
I'm guessing, with Response the client has to make the POST call to the frame and get the redirect link in response. There's an opportunity here for the client to filter and scan the link first (show a "Redirecting"...) before sending the user to the redirect link.
1 reply
0 recast
0 reaction
Varun Srinivasan
@v
1. What control over the action is limited? In both cases you can send down a URL to send the user to, and nothing else. 2. What new features would be prevented by URL limit?
1 reply
0 recast
1 reaction