A typical news call looks like:
http://myurl/?tx_news_pi1%5Bnews%5D=4916&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=ef6e70673f8c8be5eddd03ad8bb8e220
I would like to change the uid in the frontend, but it does not work when I dont have the right hash for it. Is it possible to call a newsitem just by the uid or is it possible to create the hash in the frontend? Like
http://myurl/?tx_news_pi1%5Bnews%5D=9999&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail
while 9999 will be replaced with my uid?