Thanks a lot, sounds good I will give it a try.
One question with regards to the above. The code says "after encoding the URL"
Private tempPostUrl As String="yourURL"
Private tempPostString As String="yourPostData after encoding URL"
I see that POST data being encoded
Private bytesOfPOstRequest() As Byte
bytesOfPostRequest=tempPostString.GetBytes("UTF8")
At what point tempPostUrl is being encoded?
Thanks
iCAB