Content
@
0 reply
0 recast
0 reaction
horsefacts
@horsefacts.eth
Handling all Frame redirects by returning 302s is a bit of a pain. We are considering simplifying the design. If you have feedback or suggestions on simplifying redirects, I'd love to hear them! One obvious addition is a simple "external link" button with no server round trip. What else could be better?
7 replies
2 recasts
38 reactions
vrypan |--o--|
@vrypan.eth
I still don't understand why the post_redirect does not happen in the browser, and you need an intermediate step. (Isn't there a browser equiv of curl -X POST?)
2 replies
0 recast
0 reaction
Tony D’Addeo
@deodad
Trivial in browser but not in native environments where you have to use native APIs to open a browser from a an app probably some way to do it if you open a page that then submits the post but unexplored
2 replies
0 recast
1 reaction
horsefacts
@horsefacts.eth
The biggest benefit is that the server can check for new data in the frame message and determine where to redirect. So if you want a dynamic redirect, use a 302, if you want a static redirect, we'll probably define a separate tag.
1 reply
0 recast
1 reaction