monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Try splitting the og image content into smaller url parameter chunks.

Open 7alip opened this issue 1 year ago • 0 comments

If you need to stick to the GET method and still transfer a large amount of data, you can consider alternative approaches such as:

Use URL parameters: Split the long text into smaller chunks and send them as separate URL parameters. This can help avoid exceeding URL length limitations. However, keep in mind that there may still be practical limits on URL length imposed by various components in the request handling chain.

7alip avatar May 24 '23 15:05 7alip