Linked Questions

1 vote
3 answers
8k views

I had created a simple python program to send Post Api request using request module # importing the requests library import requests import json headers = { 'PRIVATE-TOKEN': 'XXXXXXXXXXXXX', ...
Muhaimin Aiman's user avatar
3 votes
2 answers
13k views

curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" --header "Content-Type: application/json" \ --data '{"path": "<subgroup_path>", "name": "<subgroup_name>", "...
Abercrombie's user avatar
  • 1,104
0 votes
2 answers
2k views

<tr class="even"> <td><strong><a href='../eagleweb/viewDoc.jsp?node=DOC186S8881'>DEED<br/> 2016002023</a></strong></td> <td><a href='../...
Vishal Gahlot's user avatar
0 votes
1 answer
2k views

Already looked at here, here and here but still having issues. I have a POST data that looks like this: { "config":{ "param1": "param1 value", ...
Shery's user avatar
  • 1,932
1 vote
0 answers
3k views

For some time i have been trying to connect with Mouser API. I have already tried to use requests library as well as urllib. For the request without parameter such as getting the manufacturer list it ...
pawelkocwa's user avatar
1 vote
1 answer
2k views

(https://i.sstatic.net/xgoMx.jpg) I want to be able to pass a variable through to where the registration plate (AA19AAA) is Overall, I want a function to check the number plate, therefore I need to ...
Cai Watson's user avatar
0 votes
0 answers
1k views

I am using the python Requests libary: http://docs.python-requests.org/en/latest/ (inside my pyramid web application). I can post data to a url, with params in the url, however I cannot seem to pass ...
Crooksey's user avatar
  • 908
0 votes
1 answer
550 views

I been trying to solve this error but I can't find what seems to be wrong. I am using Microsoft Cognitive Services Face API with python. Here is my code: import requests import json import http....
JordanBelf's user avatar
  • 3,318
0 votes
1 answer
989 views

Using v5 of the pinterest api and stuck on the authentication flow: https://developers.pinterest.com/docs/getting-started/authentication/ Completed the first step and got the access code. However, I ...
notDarkMatter's user avatar
1 vote
0 answers
1k views

I am trying to debug a POST request which returns 400 using requests library. The request is of type: POST https://somesite.com/path?key=value { "some": "payload" } So it has ...
revy's user avatar
  • 4,817
1 vote
1 answer
649 views

Curl command curl --user "github" --request POST --data '{"description":"Created via API","public":"true","files":{"587":{"content":"...
user3754971's user avatar
0 votes
1 answer
632 views

I would like to interact with a website written in PHP using Python. It pulls its data from a form with method `POST`. Now I have tried to set the values in `$_POST` by doing: url = 'https://www....
user avatar
1 vote
0 answers
532 views

I am using Pythong requests lib to retrieve data from New Zealand Statistics website: http://www.stats.govt.nz/infoshare/ExportDirect.aspx. The http POST request is in format of "multipart/form-data". ...
ECONVBA's user avatar
  • 41
0 votes
1 answer
313 views

I can use Selenium to upload a file as from selenium import webdriver driver = webdriver.Chrome() driver.get(r'https://www.example.com') a = driver.find_element_by_xpath("//input[@type='file']") a....
Chan's user avatar
  • 4,471
0 votes
1 answer
255 views

I'm trying to retrive some data from apptopia but I'm finding it pretty tricky (due to my lack of experience). In their authentication page: https://dev.apptopia.com/#authentication there are some ...
Marcos Dias's user avatar

15 30 50 per page