fix: use helper function `get_page_instance` everywhere.
stanvanrooy opened this issue · 0 comments
stanvanrooy commented
Right now, most requests use a constant value for the x-li-page-instance
header. It should be suffixed with a random uuid as tracking id. The get_page_instance
function does this.