Splunk Dev

404 Accessing REST authetication page.

graeme_fore
New Member

Attempting to perform a basic log in using the services authentication page but I keep receiving a 404 response. I've used custom code and a slightly modified version of the basic python code provided on Splunk's page both to no avail. Here's the basic code.

import urllib
import httplib2
from xml.dom import minidom

baseurl = 'http://127.0.0.1:8000'
username = 'admin'
password = 'password'

serverContent = httplib2.Http().request(baseurl + '/services/auth/login',
'POST', headers={}, body=urllib.urlencode({'username':username, 'password':password}))[1]

print serverContent
0 Karma
1 Solution

ziegfried
Influencer

The base url for the REST endpoint should probably be https://localhost:8089.

View solution in original post

0 Karma

ziegfried
Influencer

The base url for the REST endpoint should probably be https://localhost:8089.

0 Karma

graeme_fore
New Member

You're right but I don't have ssl enabled on my test machine. Now I can connect but I am left with a completely separate SSL error. Meh.

0 Karma
Get Updates on the Splunk Community!

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...

New Year. New Skills. New Course Releases from Splunk Education

A new year often inspires reflection—and reinvention. Whether your goals include strengthening your security ...