views:

22

answers:

0

I'm using LIVE HTTP headers to sniff the HTML traffic and to mimic it using curl.

The page I'm trying to get is a .jsp and I noticed that some data has been added to the cookie.

I'm using the cookie I retrieved when log in to the site.

This is the link: https://direct.orange.co.il/selfservice/info/notLoggedUser/notLoggedIn.jsp?loginTo=LOGNET

and this was added to the cookie:

__utma=242473949.486197456.1287994666.1287994666.1288168466.2; __utmc=242473949; __utmz=242473949.1287994666.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmv=242473949.|1=VisitorsStatus=LoggedInClient=1,; 
SMIDENTITY=BTDjG3qPjKo2JuOv2Kpny5x67dINOqb769XHS+ha7VNtqmmNSSHPlKhwQU/5sQmk9LdGud2nmf0ycs+yiZsU3Bc84Q9o7tJHN1BeuR7Q/49VA936+twTqsTPW/6+bR9Xk0Mcz94EsyovINIHGbC0FTbk7Lu9LcYlBoUMhOrt38NQ6spJubzVXQHNjZ1ah4wRWSLC0fcHHR0YA0sfHi6wc//wd31CNJxJOzCEX3aKmmMMgEVY4rjlKLu9SDDaQy3IqS+nZDcni1i1mUN9XrSg++dG7JNKWE5GFiZYsU9trcSJPfluFr4CBTKshmQziX8/oLIlUQrdu8XtC/p+MiKIv7AFhh0N8f8wZHcqcthgokXPo8Pe7v3W8PRkEyBqVhVFAt+oILmwGihySU8of5JDAdC/ZW/GuX42wZy6dIvNPdtcHzZXEV7yoiRElFplyFYzbt/w2kkJXI745nwY0R99RfK41o/tDdZq9t4Vh/zLqyZpGlqrc5n+6WmoX+eH6x7Kc/7KsycqbqUheVkpMqhMB7jbiMR9sVV27G0BJd2AL1mO6DNImrg5oB3hbs5cXVeiRaJSqJEXe2D2nmwzlFTlWsMEortuv3q/; __utmb=242473949.31.10.1288168466

This is extracted from the HTML source:

  <a href="https://direct.orange.co.il/selfservice/info/notLoggedUser/notLoggedIn.jsp?loginTo=LOGNET" title="החשבונית שלי" target="" class="sprite_arrows L align_L normal_em other_services" onclick="sendTrackingCode('ServiceName','myorange','ID', 'toplink', 'Title', 'החשבונית שלי','Lang', 'he-IL', 'Target', this.href);">

Do you think this is related to:

onclick="sendTrackingCode('ServiceName','myorange','ID', 'toplink', 'Title', 'החשבונית שלי','Lang', 'he-IL', 'Target', this.href);">

Thanks