Hi,
Looking at https://github.com/jfromaniello/parse-links/blob/master/lib/index.js#L14, it seems that you are using the , character as delimiter between multiple Link header values. This is a problem for URIs that contain it, since it is a valid character that does not require encoding: https://example.org/foo,bar
Hi,
Looking at https://github.com/jfromaniello/parse-links/blob/master/lib/index.js#L14, it seems that you are using the
,character as delimiter between multiple Link header values. This is a problem for URIs that contain it, since it is a valid character that does not require encoding:https://example.org/foo,bar