I am using ASP.NET.
There is a system that needs to POST data to my site and all they asked for is for me to provide them with a URL. So I gave them my URL http://ww
You need to examine (put a breakpoint on / Quick Watch) the Request object in the Page_Load method of your Test.aspx.cs file.
Page_Load
Test.aspx.cs