Questions tagged as 'request'

1
answer

If you have this word in the curl response, print "OK"

I made a curl in python to check some information from my client, it's happening okay, the answer from my api is json, I would like to know how to do if api has, for example "userId", it shows itself an "OK" on the console. import requests...
asked by 18.05.2018 / 00:05
2
answers

Laravel 5.3 with Ajax

I would appreciate your help in solving an Ajax problem with Laravel 5.3 I'm experiencing problems with Internal Server Error 500, and looking for information about it may be routing problem or csrf_token (), but I've already made the changes...
asked by 10.02.2017 / 02:02
1
answer

Multiple keys / values in a javascript array

In a certain part of my code I need to make a request using javascript with several identical ids. The problem is that it is overwriting the ids with the last one selected. My Html: <button class="btn btn-default border-none" v-on:cli...
asked by 06.10.2016 / 16:26
1
answer

Error making UTL_HTTP request. ORA-28759: failure to open file

When doing request to given endpoint , the following error occurs CREATEORREPLACEPROCEDURECALL_REST_WEBSERV_POST_METHODASV_WLT_DIRECTORYVARCHAR2(4000):='file:/oradisk/app/oracle/product/11.2.0.4/db_1/wallet/Cert_occ_17112019.p7b';V...
asked by 19.12.2018 / 19:51
1
answer

Submit a form using request in php

Good morning people, I'm doing a form (course work) and I need to echo all the information typed in the form using REQUEST (it can be POST too) when I click the "submit" button. I searched a lot on the internet, I saw several videos, but I...
asked by 05.09.2018 / 15:13
0
answers

Ajax Request with header Authorization

I'm trying to make an ajax request but it needs a BASIC authentication, follow my code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script>$(function(){$.post({url:link,contentType...
asked by 03.08.2018 / 16:03
0
answers

Access to subfolders in URL is being blocked by .htaccess

Hello, I have a url dem a system in which I have a test_ environment in a subfolder inside the system directory. The .htaccess directs the index to an "app.php" file which is the autoload file of the system. Targeting it in the " lin...
asked by 07.05.2018 / 18:56
1
answer

Async request problem with variables

The problem is with variables why the async function is executing after variable assignment. what can I do for the execute function and wait for it to finish to get the value of the variable? var request = require('request'); funct...
asked by 26.03.2018 / 20:26
0
answers

AJAX return error

I'm having a problem with Ajax, I have a button that returns html data by AJAX, when I use it on the homepage (home) or categories in this template link the request data comes back correctly when I request the button that calls AJAX but when I...
asked by 23.04.2018 / 16:45
1
answer

CURL PHP request for a WEB Service

Good morning, everyone. Guys, I'm having a problem communicating with webservice from a third-party company here where I work. Explaining above, I need to send a transaction report with coupons that have been identified with the cashback option...
asked by 04.01.2018 / 13:10