Questions tagged as 'rest'

0
answers

Android send photos to a server

surely there are many post of these for several places, I have read several and I have looked for several examples. Not being an expert on Android there are some things that I can not understand, so I do this POST, because the weird thing is tha...
asked by 18.03.2017 / 22:14
0
answers

Communication between different websites through rest

I have a question, suppose you have a domain www.example.com and 2 subdomains www.sub1.example.com www.sub2.example.com I clarify that the 3 pages use mongo express and the whole node stack. If you would like to communicate and shar...
asked by 23.03.2017 / 18:35
0
answers

Capture Entity serialized in JSON with symfony form

I am using fos_rest in symfony 2.8. I have an Angular client that sends a serialized entity in JSON in order to persist it in the database. It has three related entities. Ex: {"auto": {"usuario":{"id":1}, "modelo":{"id":1},...
asked by 14.12.2016 / 20:40
2
answers

Service failure Rest

I'm trying to perform a put operation on asp.net mvc, but it gives me a bug in: var response = (HttpWebResponse)httpWebRequest.GetResponse(); This is the bug: {"Error on the remote server: (404) Could not be found."} Here I leave the cod...
asked by 16.08.2016 / 13:16
2
answers

error when installing dingo / api

I'm trying to install dingo / api for an api rest in laravel 5.1 but when I execute composer require dingo/api:1.0.x@dev it throws me this error: Your requirements could not be resolved to an installable set of packages.    Problem...
asked by 28.06.2016 / 17:10
0
answers

Delineate JSON recursion level in a Doctrine entity

Good day. I am new to the development of PHP with Symfony (Doctrine and FosRest) and Angular 2. The project that we are developing works through a API Rest , to which we make calls of the methods that the protocol HTTP provides us, al...
asked by 05.07.2016 / 00:23
0
answers

Bitrix24 Framework

Good afternoon, I wanted to know if someone ever worked with this Framework. I need to know how to make the REST calls to get the Json and be able to work from this. Thank you. Greetings.     
asked by 01.03.2016 / 17:47
3
answers

Error 'No' Access-Control-Allow-Origin 'header is present on the requested resource "when consuming a REST API service with the POST method in AngularJS

I am consuming a REST API service with AngularJS and the POST method, when consuming the service, the following error is coming up:    XMLHttpRequest can not load https: // ..... No 'Access-Control-Allow-Origin' header is present on the req...
asked by 26.06.2017 / 18:37
4
answers

Query about nodejs and android, use api or queries to the bd

I want to know if to make an application on android, should I connect and make queries directly to the bd, or use an API? , I have currently made a web in express / nodejs and mongo using jade and angular for the management of templates and part...
asked by 18.10.2016 / 05:49
1
answer

Problem when consuming REST service with AngularJS

Well my problem is this: I have a web application with AngularJS with which I get data from dogs in a database with Servicio REST implemented with Jersey , and I want to show them in a table. The problem is that when the page...
asked by 21.09.2016 / 00:51