Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with passing command line input to HTTP POST json
Post: RE: Help with passing command line input to HTTP P...

(Feb-25-2019, 11:15 PM)moveax3 Wrote: You need to replace this: datas = "{\"MemberGids\": [{\"v\": \"" + pidResponse + ":" + dbidResponse + "\"}]}" to this: datas = {"MemberGids": [{"v": pidResponse...
sf05wrx General Coding Help 2 2,434 Feb-25-2019, 11:19 PM
    Thread: Help with passing command line input to HTTP POST json
Post: Help with passing command line input to HTTP POST ...

I'm trying to do a HTTP POST request in which I take in input from the user for the json. However, when I use the input from the user my POST doesn't work (500 error), but when I hardcoded the data i...
sf05wrx General Coding Help 2 2,434 Feb-25-2019, 10:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020