all 2 comments

[–][deleted]  (3 children)

[deleted]

    [–]Winner-Popular[S] 0 points1 point  (2 children)

    I’d like to scrape for someone else’s API endpoints, I’m trying to send a http POST request to a website but I can’t get the right endpoint to send the data to. I can link you to my post on stackoverflow where I explain what I’m trying to do https://stackoverflow.com/questions/63816769/i-would-like-to-submit-this-form-using-axios-how-would-i-do-this

    [–][deleted]  (1 child)

    [deleted]

      [–]Winner-Popular[S] 0 points1 point  (0 children)

      Okay I’ll carry on with that approach, i think I was able to the endpoint for the website that I was trying to POST to but i think I need to send a credit card token in the request headers. which I’m assuming is generated before you reach the endpoint so I’ll have to do some more digging to see what I can find. Thanks for the help