Questions tagged as 'post'

0
answers

authentication token in SIM800L POST request

Hello. I have been facing some problems when it comes to adding a TOKEN to the HTTP request header, which is POST type, with the SIM800L GPS module. I'm using this module: Andtheproblemiswhenaddinganinformationintheheader.ItriedusingAT+HTT...
asked by 12.11.2018 / 05:16
0
answers

Get data by POST in ReactJS

When I need to capture data in ReactJS through querystring, I use the command this.props.match.params.[NOME_DA_QUERY] .    Does anyone know how I can capture when this data comes from POST?     
asked by 07.11.2018 / 23:47
0
answers

WordPress post thumbnail does not appear on Facebook

Personal I have the following problem: I'm creating a website in Wordpress and I want it when I publish his posts on Facebook that thumbnail of the image of the post appears, but in its place is appearing the logo of the site. I do not know...
asked by 05.11.2018 / 14:24
1
answer

Losing value of POST fields when user connection is slow

I have a problem when users update the site and in the middle of the action the connection slows down or crashes and comes back quickly at the time of the process. Sometimes the user only updates the title of a news article, for example, but...
asked by 08.11.2018 / 13:21
0
answers

problem with gridviews button delete this with problem in post

Good afternoon, I'm having trouble changing my grid views. This is old gridviews: <?= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class...
asked by 01.11.2018 / 18:11
0
answers

Posts on separate pages in Wordpress

Hello! I want to separate my posts in selected pages from the site and not just the page destined for the posts. I know that we can separate posts by categories, but I would like to separate by pages, I have two pages and different categories on...
asked by 13.10.2018 / 04:04
0
answers

Request returns 403, only sometimes

Good night, guys. I have a (shared) server with some tables in the database. While my main application was running, I realized that some POST requests were returning 403. To pull information from the database the application sends a post t...
asked by 16.10.2018 / 01:29
4
answers

Maximum amount of elements sent by a form?

I would like to know if there is a maximum amount of elements that I can send from one form to another via POST as well as via GET . I know that if I pass my data via GET , there is a maximum length of URL , varying a...
asked by 16.01.2015 / 12:19
0
answers

Make post request in python by sending a base64 image

Hello, I am studying python and I am trying to create a post in python that receives an image, saves it to the computer and sends it to an external service through a request.post. aux = imagem.read().encode("base64") files = {'file':aux} hea...
asked by 28.09.2018 / 23:39
0
answers

How do I receive the validation of one or more "checkboxes" whose "name" comes from one or more indexes of the array?

A select is obtained $base = mysql_query("SELECT DISTINCT(var)..."); $info = mysql_fetch_assoc($base;) Checkboxes are dynamically created by the number of items in this array <?php do{?> <th> <label class="switch">...
asked by 21.09.2018 / 19:35