Linked Questions

0 votes
1 answer
1k views

I would like to see the OData entity posting payload at a breakpoint (using Chrome developer tools) within a SAPUI5 app. I used the advice of Debug OData requests to add breakpoints within handlers ...
scurry's user avatar
  • 19
90 votes
11 answers
88k views

I have checked out this and that. However, my debugger looks like below. Failure example . No form data, No raw content Raw example (* Although path is different from the screen capture, both of them ...
Mond Wan's user avatar
  • 1,912
51 votes
3 answers
37k views

I'm trying to visualize form data in Chrome Debugger. Data are sent through a from which loads a file and sends some text. Something like this one: <form action="url" enctype="multipart/form-data" ...
floatingpurr's user avatar
  • 8,729
10 votes
2 answers
5k views

a simple html page, <body> <form method="POST" action="abc"> <input ... /> </form> </body> submit the form with javascript document.getElementsByTagName(...
Rm558's user avatar
  • 5,060
5 votes
1 answer
9k views

I am trying to scrape this website. Unfortunately, the data that I want to scrape using rvest is hidden behind a button (the plus symbol). I tried to do it with the rvest package and I use the ...
takje's user avatar
  • 2,810
0 votes
1 answer
6k views

Is there a way to find out if a webpage uses REST or SOAP web services in it's back-end? If there is a way then what is it? Thank you
Tahseen Adit's user avatar
1 vote
3 answers
2k views

I cannot figure out what's going on. I am testing whether a form is submitted or not by this code; if ($this->request->getMethod() === 'post') { } I have a form per below and am using ...
spreaderman's user avatar
  • 1,116
0 votes
1 answer
2k views

I'm trying to save a URL as PDF with VBA. I'm able to get a file to download/be created, but when opening I get an error: Acrobat could not open 'file.pdf' because it is either not a supported file ...
BruceWayne's user avatar
  • 23.5k
1 vote
0 answers
2k views

i have three roles Hr,staff and admin... i use 3 middleware guards to guard each role.... but don't know why the staff(default web guard) won't allow me login... giving undefined index password error. ...
Rope's user avatar
  • 21
1 vote
1 answer
1k views

I am trying to upload an image in angular 5 with multer using in node js. But its not doing upload. I am using the formData to get file details in angular 5 and sending the data to backend. But its ...
NewUser's user avatar
  • 13.4k
-1 votes
1 answer
795 views

I am trying to make a simple shop cart and add products from my modal to it by submitting the values with onclick add to cart function Inside my details modal I have a form with option value ...
Lortnok's user avatar
  • 59
0 votes
3 answers
461 views

This is my ajax request: var files = $('#imgur_attach')[0].files; if(files.length > 0){ var fd = new FormData(); // Append data fd.append('file',files[0]); fd.append('...
Felix's user avatar
  • 2,791
2 votes
0 answers
636 views

I try to display some information (Adresse) from My database in a WordPress page using a drop-down list, but when I select an item (Nom) from the drop-down list it displays nothing. I did follow the ...
Mohamed Reda Aguezzoul's user avatar
0 votes
1 answer
625 views

I have a simple script that curls into a site to get flight information. The site has input for departure city, arrival city, and date. The date field on the actual site uses datepicker with a ...
alanpollenz's user avatar
-1 votes
1 answer
507 views

So I'm trying to pass an array of Ids to the controller of my ASP.NET application to save to the database, but every time I send the data, the arrays show up as empty when passed to the controller. ...
Deathtraptaco's user avatar

15 30 50 per page