Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
http-post
- Page 1
How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by FarrisFahad
I want to
post
Pins using Pinterest API…} $data = json_decode($response, true); // Error handling for
HTTP
response if ($httpCode !== 200) { die("Pinterest API Error…:
HTTP
$httpCode - " . htmlspecialchars($response)); } // Error…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
…/Auth/PinterestOAuth.php * https://accreditly.io/articles/use-php-to-
post
-to-the-pinterest-api * https://www.omi.me/blogs/api…
Re: Are SaaS & Cloud Computing Interchangeable Terms?
Community Center
1 Month Ago
by peol
Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure.
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
HTTP POST
Programming
Web Development
16 Years Ago
by rayan_au
…. But he said, his system can send the data via
HTTP
POST
to our application and his system wants the response about… I
post
the response back to the client? 3. Can’t we develop web services to catch those posted data via
HTTP
POST
?
Re: HTTP POST
Programming
Web Development
16 Years Ago
by a496761
Also, if your client follows a standard
HTTP
Post
, you can access the posted values with the Request.Form collection.
Http Post Help
Programming
Web Development
14 Years Ago
by primagic
… to a page on my server as a query string (
http
post
) e.g. [url]www.mydomain.com/info.aspx?Name=Smith… database automatically without user interaction. I have been reading about
http
web request and so on but I cant understand how…
Re: Http Post Help
Programming
Web Development
14 Years Ago
by Freon22
… to be using a name like "myString" [code]
http
://www.xyz.com?myString=This_is_the_Information [/code] Do something like this…. Edit: Forgot to also say that this is not a
http
post
. When you are recieving info through a query string it…
HTTP POST Request in C++?
Programming
Software Development
14 Years Ago
by phummon
…program which, when activated, sends an
HTTP
POST
request to a remote end server.…the remote server: ----------------------------------------------------------------------------------------- [CODE]
POST
/login.jsp
HTTP
/1.1 Host: 135.51.161…, sockaddr_in RemoteServer) { string Part1="
POST
/login.jsp
HTTP
/1.1\nHost: "; string Part2…
http post using python
Programming
Software Development
11 Years Ago
by abaddon2031
… on how to write a simple python script that will
HTTP
post
to my server. I am jsut looking for some tips…
Http soap/http get/http post
Programming
Web Development
14 Years Ago
by milan_9211
…request\response messages. The only messages it displays are of
HTTP
POST
, SOAP 1.1 and SOAP 1.2 . Shall … protocol for calling them? 2) To make an
HTTP
-
POST
call through browser, I created a sample html page…web service using
POST
method(<form method='
post
'/>)? 5) Why
HTTP
-SOAP takes precedence over
HTTP
-GET and
HTTP
-
POST
? Thanks and …
HTTP POST, GET and SOAP
Programming
Software Development
17 Years Ago
by sniper1983
… the possibility to use soap 1.1, 1.2 and
HTTP
POST
in here. On the server though it only shows the… wundering if the server must be configured to allow
HTTP
GET and
HTTP
POST
..? Through my code to connect to the server I… this mean that I need to have the option of
HTTP
GET or is SOAP using it's own so I…
HTTP Post VIA C or C++
Programming
Software Development
18 Years Ago
by Cyber-SEO
… from our main web server via
http
post
and he doesn't know how to create a
http
post
through C or C++. He… would be so much easier to do it via an
http
request. Anyone have an idea where I could find something…
Re: HTTP Post VIA C or C++
Programming
Software Development
18 Years Ago
by Lazaro Claiborn
… from our main web server via
http
post
and he doesn't know how to create a
http
post
through C or C++. He… would be so much easier to do it via an
http
request. Anyone have an idea where I could find something… might answer solve some or all of you problems [URL]
http
://msdn2.microsoft.com/en-gb/library/h0ys453x(VS.71).aspx…
HTTP POST from webcam software
Digital Media
UI / UX Design
14 Years Ago
by paulyb
… i setup a web page to accept
HTTP
POST
? I have a webcam software that uses
HTTP
POST
, but I can't work out…
Problem in cURL with HTTP POST
Programming
Web Development
15 Years Ago
by hemgoyal_1990
…have a PHP code for Sending
http
post
from cURL. it work fine …'])) { $message = $_POST['message']; //
POST
message $number = $_POST['mobile_no']; //
POST
number $numbers = explode(",", $…</push>"); define('XML_POST_URL', '
http
://api.znisms.com/
post
/xmlsmsv3.asp'); /** * Initialize handle and set…
Example of HTTP POST in C++?
Programming
Software Development
14 Years Ago
by jmace
… can't seem to figure out how to do a
http
POST
. The program gets a username and password from a form…
Making http post request on clicking a button
Programming
Web Development
13 Years Ago
by warlord902
… page and I want each one to make a different
http
post
request on clicking them. I tried using form for each…
Re: HTTP POST
Programming
Web Development
16 Years Ago
by a496761
…] That will give you the entire content portion of the
post
. 2) All you have to do is Response.Write. 3…
Re: Http Post Help
Programming
Web Development
14 Years Ago
by khadakbist
Let say if you have a query string as shown in the below code [CODE]
http
://www.xyz.com?id=123&uid=shiv[/CODE] You can then get the values in the code as shown below [CODE]request.querystring["uid"][/CODE] The above value you can then insert using ADO.NET
Re: http post using python
Programming
Software Development
11 Years Ago
by Sky Diploma
… you wish to write a script that upload files via
HTTP
. The key to this would probably be in 2 steps… transfer files you'll need to make a multi-part
HTTP
request. you can use python's httplib or urllib to…
Re: http post using python
Programming
Software Development
11 Years Ago
by Sky Diploma
… to pass for this to happen. 3. Then send a
HTTP
request. ------------------ If you have already implemented a page on your… skip all of the above and look into multi-part
HTTP
requests. My apologies if I have confused you.
Re: http post using python
Programming
Software Development
11 Years Ago
by abaddon2031
… = {'account_id': account_id} headers = {'content-type': 'multipart/form-data'} res = requests.
post
(url, files=files, data=data, headers=headers) return res.json…
Winsock HTTP Post problem
Programming
Software Development
15 Years Ago
by Ricky65
…'m looking to upload files using
http
post
using winsock and have a php … Content_Length = (to_send.size()+name.size()+287); //
HTTP
POST
Post_Request, constructed using a packet sniffer sprintf(Post_Request, "…;
POST
%s
HTTP
/1.1\r\n", PHP_Script); sprintf(…
C++ HTTP Post Not Receiving Data
Programming
Software Development
15 Years Ago
by scriptkiddy
… for Omegle). Anyway, my problem is when I send my
HTTP
post
, I am not receiving any data. I call recv, but…; #include <stdio.h> char header1[] = "
POST
/start?rcs=1
HTTP
/1.1\nHost: omegle.com\nUser-Agent: FireFox/1… I have to change to receive the response of my
post
?
Re: Winsock HTTP Post problem
Programming
Software Development
14 Years Ago
by Ricky65
…lt;char> contents; GetFileContents(File, &contents); string Post_Request; //
HTTP
POST
Post_Request, constructed using a packet sniffer Post_Request = "…;
POST
" + string(PHP_Script) +"
HTTP
/1.1\r\n" "Host: " + …
how to use an http post using this code?
Programming
Software Development
13 Years Ago
by gacastro
Do you know how to use an
http
post
using this code? This code is given by …in my vb.net application. Here's the code: [B]
POST
/
HTTP
/1.0 Accept: */* Content-type: multipart/form-data; …boundary-border–” Content-length: xxxxx (size of content part of
post
) Authorization: username:password (base64 encoded) —-boundary-border– Content-…
Server Postback using HTTP Post format
Programming
Web Development
14 Years Ago
by ndowd
… set for the source. Their server sends a postback using
HTTP
Post
method but I am not sure how to access the… is as follows: [CODE] xml_response-> <ysi-response xmlns=\'
http
://www.yousendit.com/xml/ns/\' > <interface name=\'UploadStatus…
how to send Parameters in HTTP POST - REST WEB API
Programming
Software Development
3 Years Ago
by questionpond
Created a stored procedure as REST web service and return values as 1 and how to consume in Client applciation in c#. please help me how to send parameters through
HTTP
POST
uisng
HTTP
client .
any good examples of http post and put request
Programming
Software Development
14 Years Ago
by moroccanplaya
i just want to know if there is any good example tutorials using
http
post
and put requests ?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC