http request

  1. noellarkin

    Uploading A Local File With HTTP POST

    For some reason, the answer to this has been impossible for me to find on StackOverflow. I want to upload a local file to an API. The file is located at C:\samplefolder\samplefile.wav The API documentation tells me to upload it like this: import requests filename = "/path/to/foo.wav" def...
  2. M

    Login to any site via POST request

    Hello, please tell me how can I log in to any site through a POST request? First, I need WireShark and see what JSON scheme is sent and then adjust it for myself?
  3. I

    How to sent http request to youtube stats server

    Hello guys, can someone show how make http request to youtube video stats server.
  4. abbesnetwork

    Need a good http request programmer

    Hello I need a a good php programmer that can help me with a http request bot related to youtube because it changing too often algorithms and I need for long term to do all new modifications for me. PM me with your skype id or here and of course I will pay for your good work ;) Thanks
  5. P

    Youtube Captcha

    Just started with c# few days ago and I'm making nice progress.I'm building a bot for youtube, nothing fancy just few features for my own use. Using httpwebrequests in c# and got stuck with captchas. Once the captcha get in way I get this xml I have no idea what to do with that, I checked...
  6. deathx01

    Need help for Python packet replicate

    I need some help to upload a file to a website using packet replicate in python language. I have seen some tutorial , people are using "requests" modules or urllib2, but I dont understand how to do it. I am a beginner in packet analyse and replicate. I think i need to analyse the packets of the...
Back
Top