1

Topic: Migrating VB.NET application

I am working on moving our current VB.NET applications to access the web new services. The key application for us downloads records for integration into a report however i have struck a problem in running the service.

The url works fine in a browser returning and displaying the JSON, however when i try to work the same url through an application i get an "unauthorized" error, is this something to do with logon?

Could someone suggest how to log on via an application request? (do i need an access token of some kind?)

Natural History & Biodiversity Data Enthusiast

2

Re: Migrating VB.NET application

I've just posted a connection script which might help - http://forums.nbn.org.uk/viewtopic.php?id=4987. It took a bit of wrestling with to start with -  it's certainly not obvious how to get the cookies working for the login!

Tim

3

Re: Migrating VB.NET application

Cheers Tim i'll take a look

Natural History & Biodiversity Data Enthusiast