Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linkedin url function

I came across a post on Quora addressing why LinkedIn uses tokens like *1_*1_*1_*1_*1_* in their url. The answer mentioned these help track where a user came from to enable a user to return to where he came from.

How exactly does the URL store that type of information, and why would they use that token instead of something more conventional, such as ?last=this-page?

like image 578
David542 Avatar asked Mar 16 '12 23:03

David542


People also ask

What should I make my LinkedIn URL?

We recommend using a variation of your name and/or your professional brand since you'll share this URL with people so they can find your LinkedIn profile. Some job applications may also ask you for your LinkedIn profile URL. The customizable part of the URL is case insensitive.


1 Answers

Appears that those are used to carry forward and populate the form values on the left for the search page. The 1 is probably a section or form number, * means wildcard (empty on form). The _ is just a separator. Try populating a previously empty form field and click search You'll you see one of the previously *1 portions of the url be replace with the value you provided in your form.

like image 175
splonk Avatar answered Oct 03 '22 10:10

splonk