underisk [none/use name]

  • 0 Posts
  • 5 Comments
Joined 4 years ago
cake
Cake day: July 26th, 2020

help-circle




  • ? Is the part of the url that marks the start of the parameters section, which is a list of key=value pairs separated by &.

    Some URLs require those to properly link to the resource you’re trying to share, they’re not entirely tracking data except on certain parts of sites like Twitter and apparently TikTok. For example YouTube uses the parameter “t” when you link to a specific timestamp in a video.

    Edit: also do not use regex to parse a URL. Plenty of library code out there to do that without going down that dark path.