Linked Questions

0 votes
1 answer
71 views

I'm trying to log in this website using my credentials running python script but the problem is that the xhr requests visible as login in chrome dev tools stays for a moment and then vanishes, so I ...
robots.txt's user avatar
0 votes
1 answer
66 views

I have an array of input text <input type="text" name="highlight" value="1"/> <input type="text" name="highlight" value="2"/> I used ajax and FormData() to submit it to the server. var ...
Terinah14's user avatar
  • 153
0 votes
0 answers
72 views

I am trying to send a simple json object by $_POST to a php from an AJAX call. But everything I do is returning an empty array. Past posts have suggested using 'file_get_contents(x)', 'if(isset(x)){}...
Paul Carlson's user avatar
0 votes
3 answers
116 views

I am currently attempting to send form data via ajax to a php function but it does not appear to be sending it. This is the HTML Form: <form onSubmit="return registration();" id="...
Martin's user avatar
  • 25
-4 votes
1 answer
55 views

Obviously new to scraping but trying to submit the following form: https://apps.fcc.gov/oetcf/eas/reports/GenericSearch.cfm?calledFromFrame=N Have this script so far, but not sure if I fully ...
lillahimmel's user avatar
0 votes
1 answer
51 views

I need to login into [a website] and use the session to scrape some data. However when using POST, I always get status 404. Here is what I have already tried: import requests PW="password" UN="...
user avatar
0 votes
0 answers
48 views

function editProfile() { var clearBackground = document.createElement("div"); clearBackground.setAttribute("id","clearBackgroundEdit"); document.body.appendChild(clearBackground); var div = ...
Jon W's user avatar
  • 39
0 votes
1 answer
49 views

Quick background: Very new to web development. I have a bootstrap page with a form which users can fill out. There are four fields (two text boxes, one radio, one dropdown). The idea was to form a ...
user6656429's user avatar
1 vote
0 answers
44 views

Here is My Views from django.contrib import messages from django.contrib.auth import authenticate from django.contrib.auth.models import * from django.shortcuts import render, redirect from django....
Snigdho's user avatar
  • 11
0 votes
1 answer
33 views

I am stuck to this problem from last 2 weeks , I have tried everything available to me , Actually I want to login this page : https://accounts.coursera.org/signin , using request module but I am not ...
ZdaR's user avatar
  • 23.1k
0 votes
1 answer
26 views

I am trying to send the the parameters using a post request but the parameters are not reaching to provide back the desired result and printing null as a result in console. here is my code var ...
supriya chauhan's user avatar
1 vote
0 answers
26 views

I am trying to find a way to programmatically delete shared test steps in ADO. I have tried both using the REST API and the Client SDK. The following error happens when trying to use the API: You ...
Austin's user avatar
  • 345

15 30 50 per page
1 2
3