-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
We see decent amount of requests ending up in the bad bucket, because of page_url contains more than one # character. Like this one:
Provided URI string [http://www.example.com/path/index.ssf/2016/09/taco_charlton_jourdan_lewis_tr.html#incart_river_index#incart_m-rpt-2] could not be parsed by Netaporter: [Illegal character in fragment at index 104: http://www.example.com/path/index.ssf/2016/09/taco_charlton_jourdan_lewis_tr.html#incart_river_index#incart_m-rpt-2]
Essentially all browsers i tried could handle that URL, even though regarding to the spec it might not be valid. Is there a way to let those type of event through?