Questions tagged as 'request'

1
answer

Request Problems using superagent

I'm trying to request using the library superagent on my server nodejs , I'm following the documentation, however, is not working. Here's my code nodejs : var express = require('express'); var app = express(); var request...
asked by 08.01.2016 / 19:56
1
answer

Requestmapping for a large URL

I wanted to know how I @RequestMapping to a large URL. In case I wanted to map the word authenticate. http://localhost:8080/DataIdea/autenticar?email=0fS3w9wOg6WkJB%2BBdvEmlKxQxYOhF8nqt2lPx801R5M%3D I'm trying to use the code below,...
asked by 11.02.2015 / 18:11
2
answers

How do I retrieve and calculate 2 numbers via POST on the Controller in Laravel?

I'm a beginner in language and I'm trying to learn by myself, I created a .blade.php file in order to fill two simple fields and return the calculation via submit, after that I want to list a history stored in the SQL database, but I barely know...
asked by 11.10.2018 / 16:12
1
answer

page with search get is not showing because of REQUEST_URI

Well, I'll try to make it happen! I have a site in php where you have the config.php file with the following lines <?php $current_page_uri = $_SERVER['REQUEST_URI']; $part_url = explode("/", $current_page_uri); $page_name = end($part_url...
asked by 21.06.2018 / 20:42
1
answer

OMDb API ordering items python dictionary

I need to make a program that given a given name, return the movie name and the year it was released using the api OMDb, and sort by the release year. I managed to list the movies but I can not sort by the year of release, because it is a dictio...
asked by 15.11.2018 / 22:35
2
answers

Validation in Laravel 5 in array-type fields?

Through collaborators of the site I was able to ask a question in the question Do a custom validation in laravel 5 validation validation in> ComboBox is checked. Example:    input : text , required_if...
asked by 12.10.2016 / 23:24
2
answers

Is it possible to upload image and rename it only with Java Script?

Is there any way to get the request image file, save it to a directory, and change its name from the server using JavaScript ?     
asked by 27.10.2016 / 13:09
1
answer

Show PDF on page via Servlet

Hello, I'm developing a web application using Servlets and JSPs. I do not have much experience yet. My page contains a button that downloads a BD file and a <object> html to display a PDF that is in the BD. The button works no...
asked by 12.08.2015 / 13:34
0
answers

How to process a JSON in the event of a request-promise failure?

I have 2 microservices, one in NodeJS and one in Spring. The NodeJS contains the event domain (parties, birthdays, etc.) and the Java user domain. When querying the NodeJS event endpoints, I also query the user endpoints and add the equivalen...
asked by 28.10.2017 / 20:36
1
answer

Request ajax with user IP

    
asked by 22.09.2015 / 06:34