Hi, I already know that my question will be stupid ... But here I go:
Is it conforming to the REST philosophy to use key/values in the URL? http://www.x.com/serv/location?user=joe&passwd=bla&lat=4.132&lon=8.4559 and further, how can I force a POST when i copy/paste the above into my Firefox url field? As the above does an upload of lat/lon it should be a POST, shouldn't it? And accessing the lat/lon later again: http://www.x.com/serv/location?user=joe&passwd=bla this should be a GET as I want returned the lat/lon from before. And finally, why does Firefox remove the credentials in this case: http://joe:[EMAIL PROTECTED]/serv/location?lat=4.132&lon=8.4559 Thanks for enlightenment, Marcel

