Re: [Cppcms-users] previous url
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2012-06-13 21:55:51
|
Am 09.06.2012 12:31, schrieb sergey lavrov: > Hello All! > > I need to get previous url in controller. How can i get it? > > Thanks in advance. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users What do you mean by previous url? E.g. example.com -> click on a hyperlink, go to example.com/test and then you want the example.com page? If you have to use this, you should rethink your design. If you are absolutly sure you need this, you either can do http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z14 or define a form in your webpage and set a parameter the previous url. Regards |