Skip to content

Conversation

@WebKenth
Copy link

If the header contains multiple colons the function strips the value

ex: with shopify's pagination on their products api /admin/api/2019-10/products.json they include the link to the next page in their header Link this link includes https://<shopname>?page_key which the current function will slice and remove the entire link leaving only https making this function unable to call the next pagination page

If the header contains multiple colons the function strips the value

ex: with shopify's pagination on their products api `/admin/api/2019-10/products.json` they include the link to the next page in their header `Link` this link includes `https://` which the current function will slice and remove the entire link leaving only `https`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant