Search found 1 match

by ewong
20 Dec 2019, 02:50
Forum: General Discussion
Topic: re: using python's Requests to access the REST API
Replies: 0
Views: 15082

re: using python's Requests to access the REST API

Hi, This isn't a question. Just a tidbit that I encountered while trying to use python's request module to grab information off a local mantisbt setup. I was having a lot of trouble figuring it out as while using 'curl ... --headers 'Authorization: <token>'" worked, using the requests get() did...