Right now I’m using the /new-topic?title=foo&body=bar URL to direct users to create a post that has pre-filled, generated content (that varies by user or post) from our application. But I’m limited by the maximum length of a query string so this isn’t useful for anything other than short messages.
Is there any way that this page can either:
A) Accept the fields as parameters in a POST message body
B) Otherwise let me specify the content that the title/body should have when they visit the page that allows for longer content?
我现在使用 /new-topic?title=foo&body=bar URL 来引导用户创建帖子,该帖子包含来自我们应用程序的预填充、生成的内容(因用户或帖子而异)。但我受到查询字符串最大长度的限制,因此除了简短消息外,此方法没有用。
有没有办法让此页面可以:
A) 将字段作为参数包含在 POST 消息正文中
B) 否则,允许我在用户访问允许更长内容的页面时指定标题/正文的内容?