Texas State Rep. James Talarico using biblical scripture to tear down conservative Christian arguments

      • @[email protected]
        link
        fedilink
        56 months ago

        Question, is that true for all links?

        Like can I just cut out the question mark and back for all links I send?

        • Vanix
          link
          fedilink
          36 months ago

          I think the others already gave enough detail but if you’d like to learn a little of the more technical stuff for how the URLs we see (and can edit before viewing) work, look into HTTP “GET” requests!

        • Lemminary
          link
          fedilink
          2
          edit-2
          6 months ago

          You have to deduce what each key=value pair means after the question mark, and they’re separated by ampersands (&). This varies by website.

          YouTube uses the format “v=…” to point to its videos, and “t=…” to specify the time of playback.

        • @Utilael
          link
          English
          26 months ago

          Not always, like the piped link above uses the parameter after the question mark to know which video to load so you would lose crucial information. It’s often pretty obvious what is important and what is not though. The parameters are separated by an & so you can cut off anything extra if you want. You can also just try it in your browser and make sure it still works before sharing it.