Hi all,<br><br>I got stuck with the implementation of a function which would generate the nonce for http digest function. SO, I didnt implement that function and continued with the implementation of other functions. Today I was just browsing the code and found that http digest authentication code was already written in mapbender/http_auth/http/index.php.<br>
There I also found the function to generate nonce. I am using the same idea to implement my implementation of getNonce(). <br><br>I have a couple of queries regarding the earlier implementation of http auth -<br>1) what is ows proxy? I found the article on OWS Proxy in Mapbender wiki but that is written in German. It would be really nice if somebody could explain me the concept in brief. <br>
<br>2) Earlier implementation assumes that there is a column in the mb-user table called digest which already contains the digest. Does any column already exist ? or there are plans to include them in the table? In my implementation I am calculating the hash each time authentication is required.<br>
<br>Waiting for reply<br>Thanks<br>Vikas<br>