Splunk Dev

Why am I receiving an XmlException when logging on using the C# sdk?

shaselschwerdt
Engager

I have a very simple code snippet in a console app designed to just setup a service and log on.

var service = new Service(new Uri( "https://my-instance-name.cloud.splunk.com" ) );
service.LogOnAsync( "username", "password" ).Wait();

The inner exception of the AggregateException is an XmlException with this message: "Unexpected DTD declaration. Line 1, position 3." I'm sure this is something really simple.

For reference, I'm trying to connect to Splunk Cloud with the Splunk.Client NuGet v.2.2.5 and .NET Framework v4.5.2.

Thanks for any help.

Tags (3)
0 Karma
1 Solution

shaselschwerdt
Engager

I actually fiddled the response and found out I was getting a full html page back, so apparently I was using the wrong uri endpoint.

View solution in original post

0 Karma

shaselschwerdt
Engager

I actually fiddled the response and found out I was getting a full html page back, so apparently I was using the wrong uri endpoint.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...