Questions tagged as 'http'

1
answer

Non-angular problem5 with HttpClient

I'm trying to make a request with angular5 for learning purposes and I'm not with you, follow the console log and the source code. ERROR Error: Uncaught (in promise): Error: StaticInjectorError[InvestimentosService]: StaticInjectorError[Inv...
asked by 06.12.2017 / 21:51
0
answers

Expired page Laravel, why?

I'm creating an api here, for some reason I get this message "The page has expired due to inactivity. Please refresh and try again." Follow Controller <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Re...
asked by 06.09.2017 / 02:19
0
answers

Angular request does not send post

Good evening !! next ... I'm making asynchronous requests with angularjs and it works if I use get and params, but if I change to "post" and "date" it stops sending ... I'll post here the controller and the page that receives the data: app.con...
asked by 16.08.2017 / 00:18
1
answer

how to read a Json result of google directions API

I'm getting this json from the google directions API link I need to read it But it's difficult. What I have so far: (even though awareness is wrong) public static async Task<List<Model.Localizacao>> GetDirectionsAsync(L...
asked by 09.08.2017 / 18:19
3
answers

What are the HTTP request methods, and what is the difference between them?

What are the HTTP request methods, among which are GET , POST and DELETE ? Why should each of them be used, and what is the difference between them?     
asked by 15.03.2014 / 16:32
1
answer

Catch the return of an HTTP POST (IOS SWIFT)

I need to do an HTTP POST for a page that simply returns a literal (which can be "OK" or "ERROR") I have a tutorial from WEB that shows how to do this and it returns a JSON, I followed the tutorial and it works perfectly. My problem is exac...
asked by 25.07.2017 / 04:03
1
answer

Consume WebService

Hello, I have a link from a service link that when accessed via web browser, asks me for login and password and I get result in json (only after entering username and password). "field": "given"; I would like help writing a page, perhaps...
asked by 17.07.2017 / 04:10
2
answers

Site in HTTPS, but only a few pages in HTTP

I own a website developed in WordPress, and I use WooCommerce only as a catalog. I am using the free SSL of my host (Let's Encrypt), and I need some pages (exceptions) to appear HTTP (without SSL), since I will display an iframe in HTTP. I tried...
asked by 20.06.2017 / 19:40
1
answer

In what language was HTTP written when implemented on the Web?

I want to know in which language HTTP was developed.     
asked by 15.01.2017 / 13:38
2
answers

Android String Post http

I have a code that I would like to do a "Post" of the email string after clicking the button, the code of the post apparently is correct, but the button is not working .. The logcat does not return any error..this is my code: public class Post...
asked by 11.05.2017 / 23:04