Questions tagged as 'http'

1
answer

Socket response with problems on Android NDK

I'm trying to implement this library, parson , in C, but when I try to manipulate the data obtained via connection socket (SO link) , I get a null , which does not happen when I manually put json in C. The problem is in the...
asked by 20.08.2016 / 23:22
0
answers

How to use a credential in the url when the user name is an email? Do you need to escape?

For you to make connections via SSH, the credentials are usually used directly in the url so you do not have to set the user and password at all times. Example: ssh://login:[email protected]/repos/repositorio.git This is exactly what I'm d...
asked by 20.05.2016 / 14:43
1
answer

Browser request works, but Java gives error 301

When I perform an HTTP request for
asked by 27.03.2016 / 04:41
0
answers

call a control from an http request in angularjs [closed]

How can I call a control file from an http (get) request $http({ method: 'GET', url: 'dashboard.do' }).then(function successCallback(response) { // this callback will be called...
asked by 25.11.2015 / 14:36
0
answers

Problem with HttpWebResponse. Does not reply

I hope you guys can help me, I'm having a problem when I try via c # make a request on my server (request is slow, takes about 10 minutes to process and returned) For fast requests, everything works fine for slow requests (more than 10 minu...
asked by 10.09.2015 / 21:35
0
answers

Changing ngResource's save and using CORS (Cross Domain)

I'm developing an application with angular, and I'm having a problem with the ngResource module. I need to call a URL from another system, so I've already added the required headers in the other application. However in my request I need to ca...
asked by 06.05.2015 / 21:05
1
answer

How to separate HTTP and IMAP access from the same domain on different servers?

I have a hosting account on Locaweb, logically IMAP and HTTP . I am planning to migrate to AWS (Amazon Web Service) . However, before making such a change, I first want to only change the access to the site (HTTP) of the domain, and leave the...
asked by 01.11.2014 / 19:28
0
answers

How to get a Facebook API token?

To better understand how the Facebook API works, I'd like to create a request to log in and get a token. But I only find explanations through the SDK or the API explore, located on the Facebook site itself in the development area. Could someo...
asked by 30.10.2014 / 19:52
0
answers

Get http request cookies [closed]

Good afternoon, I'm having trouble catching cookies when I make an HTTP request for a given address. Using firefox + firebug I display 5 cookies. Already through my program in Java I can only see 1 of them. follow the program code: public s...
asked by 01.12.2014 / 18:35
1
answer

Create session on https with http ajax request

I'm developing a website where the client side initially accesses http until they log in. The login is done by the http itself with an ajax request that calls the php script in https and in this script a $ _SESSION with the user data is created....
asked by 19.06.2016 / 16:58