I have the following code in my index.php:
<?php
header('Content-type: application/json');
var_dump($_SERVER);
And I make a POST request for it.
I'm just not understanding why $_SERVER['REQUEST_METHOD'] is arriving as GET...
I have a Team Workplace, and in it a collection, this on the web. In my postman application on the pc I created an environment to pass some variables, such as the url that is accessed (to be able to change if it is the homolog or production serv...
I'm having trouble testing my end-points with the post and asp.net core 2.1.
Controller Base
public class ControladorBase : Controller
{
protected IMapper _Mapper;
public ControladorBase()
{
}
public ControladorBa...
Good morning,
I have a problem with returning a webservice, I make a query to get Categories, and then another to get the items in that category. The goal is to set a return on the pattern:
{
"categoryId" : 1, <--- resultad...
I made these inserts through the mongo shell:
db.Operators.insert([{
Name:'Paulo de Tarso',
Version:1
}, {
Name:'José de Arimatéia',
Version:1
}, {
Name:'Catarina Silva',
Version:3
}])
This is my entity in the AP...
How to "read" the following structure and display the result in%% of Postman
var corpojson = JSON.parse(responseBody);
console.log('| -- CPF :' + (corpojson.entities.people.idNumber))
console.log('| -- Nome : ' + (corpojson.nome))
I'm trying to order an API: EGOI but I get an error.
The request is as follows:
link
Do you know how to pass parameters to ZEND?
I get the following error:
<?xml version="1.0" encoding="UTF-8"?>
<Egoi_Api generator="zend...
Is it possible to connect the Postman tool to the firebase?
I need some program that makes the connection and then perform "POST" inside the firebase.
I need to register several products there that contain price, description among others.
And...
I have a controller with a POST method that always receives the null parameter.
I'm sending JSON through postman.
I have tried the class as a parameter, I have already tried it by string as a parameter and in both cases it is leaving it null;...
I'm having trouble sending a photo and a json by postman on the same request.
Ineedtosendtheprofilepictureoftheuserandatthesametimereceiveajsonwiththedataofthesame.//InstânciadaentidadeLogin$login=newLogin();//recuperandooparâmetroobjetologindo...