I am trying to build a web statistics website, however having some technical challenges.
Maybe because I am still trying to completely grasp Javascript, but I am pretty good with asp.net, how would you propose I grab stats from a website (and send that data back via web service or other means)… (and have it filtered, from unsafe requests)
Anyone implement something similar? What did you learn or what worked better for your circumstance?
The best way u can do was like using combination of javascript and asp.net would be a good option.
encrypt the querystring value and call the webservice/page using javascript
render the script like
on the side of the page decrypt the value and see that request comes from your domain would be a valid check
i hope this helps !!!