I need to post a tab delimited file via the https post request. I need to be able to do this in asp.net VB. I have found various methods in C# however as I am still rather new to asp.net VB I certainly do not have the ability to translate the C# version.
Any examples or links to examples would be greatly appreciated. The link it posts to is password and username protected. I need to post the file in the message body. Below is an example request that it needs to produce:
Post <URL>
Authorization: Basis <Encoded Username & Password>
Content-Type: text/xml
<Parameter>: <Value>
message-body: <Data>
Thanks in advance for your time all
Have a look here
How to generate tab delimited file in VB.Net
http://www.vbforums.com/showthread.php?t=609242
http://p2p.wrox.com/pro-vb-net-2002-2003/41915-write-tab-delimited-text-file.html
http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/486d3a26-6070-4a13-8d5c-7b54a6e6a58b
Can you clarify what you mean by saying “I need to post a tab delimited file via the https post request”? and I will update this.
Hope it helps.