Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
http-web-request
- Page 1
C# - HTTP Web Request - Threading
Programming
Software Development
14 Years Ago
by thecreators
…new to threading. I am trying to send
HTTP
Web
Request
using multi threading, I am not able to… I need. My requirement is to send
request
to thousands of same or different websites and…UrlFetcher u = new UrlFetcher(Fetch1); string pageURL = "
http
://www.google.com"; while (i <= 1000) …
HTTP Web Request Login Failure. Any help please?
Programming
Software Development
13 Years Ago
by daydie
…=
http
://forum.ea.com/uk/gusUser/login.page&selectprofile=true&locale=en_GB"
request
= Net.HttpWebRequest.Create(strURL)
request
.… cookieJar Dim writer As StreamWriter = New StreamWriter(
request
.GetRequestStream()) writer.Write("surl=
http
%3A%2F%2Fforum.ea.com%2Fuk%2Fpm%2FsendTo…
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… database automatically without user interaction. I have been reading about
http
web
request
and so on but I cant understand how the server…
Help reading xml return from web request.
Programming
Software Development
15 Years Ago
by justapimp
… document on hard drive, so it is generated from a
web
request
from another class. Can anyone help with this. thx. below…; encoding="utf-8" ?> <string xmlns="
http
://tempuri.org/">[B]6264021[/B]</string>…
Re: Http Get Request----Need help
Programming
Software Development
15 Years Ago
by kiranpvsr
[QUOTE=JamesCherrill;1040887]I think well-formed just means it is correct in its syntax etc.[/QUOTE] It will obviously be correct in syntax. What was asked is " Instead of retrieving the
web
page using GET "/~RDB/..." it could be extended to several lines.
HTTP request problem
Programming
Mobile Development
13 Years Ago
by emorjon2
…
request
to a URL from a android app, [URL="
http
://
web
.hjalmar.nu/~morgan/webpage/test.php"]
http
://
web
….hjalmar.nu/~morgan/webpage/test.php[/URL]. the problem is, that it isn't working. ANDROID-file [CODE]package morgan.
request
…try { URL url = new URL("
http
://
web
.hjalmar.nu/~morgan/webpage/test.php"); …
http web server request-response
Programming
Software Development
11 Years Ago
by anastasia_1
… must write something like this in the browser:
http
://localhost:11880/path and the message printed in the….7 Keep-Alive: 115 Connection: keep-alive Referer:
http
://localhost:11880/path Firstly i haven't understand what …browser or just '
http
://localhost:11880/path' and get will be printed to server through the
request
. Additionaly i …
Re: http web server request-response
Programming
Software Development
11 Years Ago
by cool_zephyr
…:11880/path and it will automatically make a GET
request
to
http
://localhost:11880 with /path as the requested document..GET simply…
Http-web server sharing local files
Programming
Software Development
14 Years Ago
by challarao
…} // Checking for a valid browser
request
ptr = strstr(
request
,"
HTTP
/"); if(ptr == NULL) { printf("NOT
HTTP
!!\n"); } else { *ptr=…0; ptr=NULL; if( strncmp(
request
,"…
Http soap/http get/http post
Programming
Web Development
14 Years Ago
by milan_9211
…
web
service Test Invocation page(canned page which comes as a part of .NET framework) does not displays any sample
HTTP
GET
request
…\response messages. The only messages it displays are of
HTTP
POST, SOAP 1.1 … do we call it a '
HTTP
-SOAP' call when we make a call to
web
service using POST method(<form…
http requests
Programming
Software Development
16 Years Ago
by ub007
…:3 I have written python code to send multiple
HTTP
requests to my
web
server to load test it.When I check… the logs on the apache server ,i find that the
HTTP
'GET'
request
… is sent from the client IP 192.168.12.3.Is there any way that I can send the
http
…
Re: Help reading xml return from web request.
Programming
Software Development
15 Years Ago
by apegram
…quot;; XDocument document = XDocument.Parse(xml); XNamespace tempuri = "
http
://tempuri.org/"; var result = document.Element(tempuri + "string…ve submitted here looks to be the result of a
web
service call. As such, I wonder why you …having to parse it? Can you not establish a
web
reference to the service and then obtain the string …
Re: Help reading xml return from web request.
Programming
Software Development
15 Years Ago
by kvprajapati
…; encoding=\"utf-8\" ?><string xmlns=\"
http
://tempuri.org/\">6264021</string>"; System…
Introduction To HTTP Debugging
Programming
Web Development
2 Years Ago
by dimitrilc
… (#1) 7. **curl** verifies TLS again and makes another
HTTP
GET
request
. > GET /
HTTP
/2 > Host: www.google.com > user…) ## Common Debugging Tools ## Besides using built-in developer tools from
web
browsers or terminal utilities such as **curl**. You can also…
Re: Http Post Help
Programming
Web Development
14 Years Ago
by Freon22
… into database } [/code] So now when ever your
web
page recieves a
request
that has a query string named myString it will…. Edit: Forgot to also say that this is not a
http
post. When you are recieving info through a query string…
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 Help
Programming
Web Development
14 Years Ago
by Lazarevsky
… do a certain thing whenever your application comes across a
request
of a generic type (image, querystring...). That is one way…
Re: HTTP request problem
Programming
Mobile Development
13 Years Ago
by kvprajapati
Well please take a look at this blog post - [URL="
http
://guerrarj.hubpages.com/hub/Tips-to-solve-the-UnknownHostException-on-Android"]Tips to solve the UnknownHostException on Android[/URL]
Re: HTTP request problem
Programming
Mobile Development
13 Years Ago
by emorjon2
… please take a look at this blog post - [URL="
http
://guerrarj.hubpages.com/hub/Tips-to-solve-the-UnknownHostException-on…
Error Trying to Use Log In on Web Site
Programming
Web Development
13 Years Ago
by jobojo
… exception occurred during the execution of the current
web
request
. Please review the stack trace for more information… was generated during the execution of the current
web
request
. Information regarding the origin and location of the…;1.0"?> <configuration xmlns="
http
://schemas.microsoft.com/.NetConfiguration/v2.0"> &…
How to get the http code of a website
Programming
Software Development
16 Years Ago
by Karl Luders
….Tick 'Create a
web
request
for site. Dim myHttpWebRequest As HttpWebRequest = CType(WebRequest.Create("
http
://mundo.northstarenterprise.com"…;), HttpWebRequest) 'Get the associated response for the above
request
. Dim myHttpWebResponse …
deserialize json result in vb.net
Programming
Software Development
11 Years Ago
by Learner010
…'m using VS 2008 for window application and made an
http
web
request
and it returns result in json([click here for json… result](
http
://www.daniweb.com/api/articles/448095)). I am not much…
Re: Web.config error in ASP.NET with SQL Server 2005
Programming
Web Development
15 Years Ago
by catherine sea
You can check the following article about this error: [url]
http
://support.microsoft.com/kb/555332[/url] Thanks.
web link manipulation useing web control
Programming
Software Development
13 Years Ago
by james1on1
… will try again to explain the full url or
request
is [CODE]
http
://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part… this field with a text box entry [CODE]webBrowser1.Navigate(
http
://www.yonewmail.com,+ textbox1.text"_self", null, "…
Re: web developer interview help please
Digital Media
UI / UX Design
13 Years Ago
by gabrielcastillo
Try using a framework to cut time down.
http
:foundation.zurb.com or
http
://twitter.github.com/bootstrap/index.html if not…use image sprites when ever possible. This will cut the
http
request
down and improve page load time and page weight. … and let search engine read your sites better. checkout
http
://net.tutsplus.com for more help. Good luck!
Re: Web Service vs. Web Application
Programming
Web Development
14 Years Ago
by peter_budo
… service that is a component used/consumed by application/
web
application. Service is using open protocols and can be… for communication between applications and services. You may seen
web
service as weather cast on website, sport results, news…about EJB you may consider to read [URL="
http
://books.google.com/books?id=DjoJxWUsExkC&lpg=PP1&…
Re: web link manipulation useing web control
Programming
Software Development
13 Years Ago
by thines01
[CODE]webBrowser1.Navigate("
http
://www.yonewmail.com?"+ textbox1.Text, ...[/CODE] ...looks like you were missing the quotes.
Re: web app or apk application for android???
Programming
Mobile Development
11 Years Ago
by peter_budo
web
app is actual website. It is common that what ever … list of APIs you may want to have look at
http
://blog.programmableweb.com/2012/02/28/134-travel-apis-kayak…
http response packets in C
Programming
Software Development
14 Years Ago
by bnickerson
… am writing a program that is to behave as a
web
server. Both the client and the server code are on… and the server are talking - that is, Firefox sends the
request
packet that I am printing on the screen. I am…
Re: Http 500 -internal Server Error
Digital Media
UI / UX Design
19 Years Ago
by chrisbliss18
… that something went wrong when the server was processing the
request
-- a server side error. This can be caused by any… of things: code that can't execute, permissions error, improper
web
server configuration, etc. The best way to find out the… by checking the error log that is generated by the
web
server.
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