-1
votes
1answer
21 views

Sending post request to https

I need to send a post request to a https address. I have a function that sends post messages currectly but i cant seem to make it work for https. public static String serverCall(String link, String ...
0
votes
1answer
35 views

Get and post form method uses scenario [duplicate]

What is the difference between the GET and POST form method except one(GET) send data from URL and post send directly ? And if i use SSL then should i choose only post since get wont work ?
4
votes
3answers
5k views

PHP https post XML data with cURL

I'm trying to send a HTTPS POST request with XML data to a server using PHP. Anything sends to the server requires authentication therefore I'll use cURL. Some background info.: the XML data is to ...
0
votes
2answers
310 views

Issue posting data to web server with NSMutableURLRequest

I'm using NSMutableURLRequest to post some data to a password protected web server. I've gotten connected and everything, and I can retrieve data fine, but for some reason I am not able to post any. ...
0
votes
1answer
13 views

Fail to Post to WCF Rest Service over HTTPS 400 bad request

Issue : When Posting to WCF rest service over https client receives 400 bad request. This all works in a test environment with no issues. The test web get works over https but the post method fails ...
0
votes
0answers
28 views

HTTP Post request to HTML

Currently I have an iPhone app that needs to connect to a web server through SSO (single-sign on) protocols. Now, I currently used XPathQuery to parse to the html fields I need to post to. But I have ...
1
vote
1answer
4k views

Failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request - OAuth 2.0 POST

I am working with YouTube APIs for my college project, and I keep getting an error. Here I send them to the authorisation page to log in, when they allow access it sends the $_GET['code'] string back. ...
0
votes
1answer
66 views

No subject alternative DNS name matching

I am trying to perform POST request in Java. I have succeded with HTTP, but HTTPS is tricky for me. I am using this code: // Create a trust manager that does not validate certificate chains ...
0
votes
0answers
36 views

POST data over HTTPS is secure enough?

I have a page where i need to send parameter (say param1) via post and site is running over HTTPS, would it be secure can anyone hack this information, what is the correct solution to send info over ...
0
votes
1answer
83 views

Node.js HTTPS POST Request at IP Address fails

I'm trying to make an HTTPS POST SOAP Request using the following script: var http = require('http'); function Authenticate() { // Build the post string from an object var post_data = ...
0
votes
3answers
2k views

Sending an HTTP request using QNetworkAccessManager

I've got a problem trying to send a request using QNetworkAccessManager from a QObject derived class. Firstly in my constructor I do the following: QObject::connect( &mAccessManager, SIGNAL( ...
0
votes
2answers
125 views

Change HTTP post request to HTTPS post request:

I have this method: public static String getReportMetadata (String reportId, String sessionId, String url) throws Exception{ Map<String, Object> jsonValues = new HashMap<String, ...
0
votes
0answers
42 views

POST request limit under HTTPS for UIWebView

In my iPad application, parameters for POST requests from a UIWebView are received as NULL values on the server when the data size exceeds certain limits. This only happens under the HTTPS protocol ...
0
votes
0answers
41 views

POST data over SSl in IOS 5 or above?

I want to post data over SSL in iOS 5.0 and above. I had used it before successfully with ---connection:didReceiveAuthenticationChallenge: but now I have to implement below delegates for this: ...
1
vote
3answers
3k views

how to post xml over https web service in java

how can i post xml to https web service and get the xml in response... the requirement is this.. The web service accepts a parameter payload in which we can pass xml and i will be getting response ...

1 2 3 4 5 9
15 30 50 per page