Questions tagged as 'http-post'

0
answers

Obtain cookies from the header response in ionic 3

I'm working on Ionic 3 and I need to get the response of the cookies from the headers. look at that: Set-Cookie:.AspNet.TwoFactorCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT Set-Cookie:.AspNet.ExternalCookie=; path=/; expires=Thu, 01...
asked by 25.02.2018 / 06:54
1
answer

fill in input type text (html) after doing post

Hello everyone and happy first year. I am creating a form in html5, and I need that after clicking on the submit button and doing the POST process, fill out another form, with the same data as the previous one, in case there has been an error to...
asked by 04.01.2018 / 00:13
0
answers

Appropriate way to login to a web page from an android application?

My intention is to initiate session from code with the HTTP in a web page, and to extract data once inside the session. The problem is that to tell the truth, I am quite new in this field of HTTP ... I was looking for some tutorials on the web (...
asked by 17.09.2017 / 18:29
1
answer

Angular 4 Change headers

I am implementing an api that I do in laravel, without any problem when testing with Postman, but when making the connection with Angular 4, as I have to send custom headers, they modify the method from POST to OPTIONS, so the endpoints do not w...
asked by 25.09.2017 / 06:52
1
answer

Error retrieving record from the DB in the Data layer for use in an ActionResult within the ASP Controller. Net MVC 5

I am running a billing system in ASP .Net MVC with 3 layers. I just need to record the detail of the sale, because the sale already inserts me. In the case of the detail I extract all the fields that are required to insert the detail, except t...
asked by 25.07.2017 / 06:33
0
answers

Error calling url from DefaultHttpClient

I'm creating an app on Android and consuming a ws that is in a hosting 1 & 1 problem I have is that when I run my sentence always the error that can not find the document however if I copy and paste I get the url to which I am calling in an expl...
asked by 23.06.2017 / 13:24
0
answers

Firebase Database Post Arduino GPRS

I'm trying to perform a "post" operation in Firebase Database with a GPRS module. The AT commands of the modem are sent with an Arduino Uno GPRScommand("AT+CIPSEND", ">", "yy", 10000, 1); / delay(500); GPRSboard.print("POST .json?a...
asked by 19.06.2017 / 16:56
1
answer

Help! difference between form action and $ http.post ()

Good morning, I have a form in which the values I capture in the need to send them to a controller. This mvc asp.net driver returns a new view as an answer. My question is, using $ http.post (), can I get that view that the controller returns...
asked by 12.11.2018 / 22:11
1
answer

Upload and save PHP image

I have a problem when uploading images to the server, only the images in the table should be updated if a checkbox is checked, otherwise save the previous value the database only saves the name of the associated image Form.html <for...
asked by 22.05.2017 / 00:39