Gmap.net

Hi,
Im using gmap.net control with the openstreetmap provider.
The problem is that when i pass HttpWebRequest from the following url :
http://nominatim.openstreetmap.org/reverse?format=xml&lat=54.6542669&lon=25.1504576&zoom=18&addressdetails=1
(retrieving placemark info)
i get response from the server error 403 unathorized acces.
What is strange becaous when in the same instance of the application i pass HttpWebRequest :
http://nominatim.openstreetmap.org/search?q=paris&format=xml i get correct results with no errors.
Credentials = {“greatmaps”, “greatmaps”}.
When i type them both in the opera i get correct info in the xml file.
What needs to be done to pass correct request for openstreetmap ?
Thanks for help.

Your first link works for me. Perhaps it was a temporary breakdown…

It works but not in the code. When i use Gmap.net (can be Gmap.net problem specific) but i don’t see any diffrence except it’s reverse query.
Only query with keyword works. HttpWebRequest is System.Net.HttpWebRequest.

Just checked the first url with WizTools.org RESTClient 2.4 which worked as GET as well as POST…
You getting 403 is strange indeed. maybe, there is a (Gmap.net specific?) proxy between you and nominatim.openstreetmap.org