Httpwebrequestproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    479 httpwebrequest proiecte găsite, la prețul de USD

    I need an asp.net application using C# to crawl preset web pages and extract specific content from the source of each of those pages. Frontend: A web page with a textbox and a submit button. When the user clicks submit, you will crawl the sites(URLs will be provided) and extract the results. source code of the web pages must be read using HttpWebRequest and HttpWebResponse. This process should be multi threaded and the results should be displayed as they are processed. The processing/wait icon must be displayed while the results are being awaited. The html sources of webpages are saved on the server. Once the web page is read, the required content must be extracted using specific rules for each page. There are 6 pages to read per search. The result must be cached on the server fo...

    $225 (Avg Bid)
    $225 Oferta medie
    1 oferte

    ...Our server will act as followings: 1. It will get the link and connect to and will start downloading. 2. As it downloads some KB, it will respond to the user to save the file. 3. In the same time it will save the file locally. 4. It will start a loop where it will get some data from the and will send it to the user. This is possible using HttpWebRequest and HttpWebResponse objects. Important rules: 1. This application should be able to work multi instance because there can be multiple downloads from users. 2. It must send custom cookies to the server from where the files are downloaded. 3. The application will have to be able to download also from https server. 4. If the server from where the files are downloaded has higher speed

    $30 - $250
    Sigilat
    $30 - $250
    6 oferte

    I need an asp.net application using C# to crawl preset web pages and extract specific content from the source of each of those pages. Frontend: A web page with a textbox and a submit button. When the user clicks submit, you will crawl the sites(URLs will be provided) and extract the results. source code of the web pages must be read using HttpWebRequest and HttpWebResponse. This process should be multi threaded and the results should be displayed as they are processed. The processing/wait icon must be displayed while the results are being awaited. The html sources of webpages are saved on the server. Once the web page is read, the required content must be extracted using specific rules for each page. There are 6 pages to read per search. The result must be cached on the server fo...

    N/A

    I am in need of a very simple example of how to use the HTTPWebRequest in VB.NET for windows mobile 5.0. I just need the ability to call a string and read the response sent back.

    $16 (Avg Bid)
    $16 Oferta medie
    3 oferte
    VB.NET HttpWebRequest S-a încheiat left

    I need a simple VB.NET snippet to log in to , and grab an image (only 1 single image!) Login details will be provided to winning bidder. That's all! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the deliverables): a)? For web sites or? other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software? installation package that will install the software in...

    $6 (Avg Bid)
    $6 Oferta medie
    4 oferte
    Download files using .NET S-a încheiat left

    ...eger1=111111**][1] (The 111111 is the actual identifier for the file and I have just typed it to show you how the URL looks). If you see the URL, this is not a direct path ot the file. If you type it on your browser you would see an error: **This attachment is on a bid request that is private and you may not download it. **I know I can use the WebClient coupled/not coupled with HttpWebRequest and HttpWebResponse to download the file. However, I dont know how to login, hold the session and then trigger the download file all in one go. So the deliverables would be a VB.Net code which is tested on your own RAC account and downloads any one of your attachment as the zip file in a desired folder (No send keys solutions pls). In order to do this, I guess the script nee...

    $19 (Avg Bid)
    $19 Oferta medie
    4 oferte

    ...learning purposes, to demonstrate: 1. how to login to the AIM web-based service using HttpWebRequest and WebRequest 2. enter a specified chat room 3. retrieve chat dialog on the fly 4. respond to dialog on the fly 5. how to parse JSON The application should also demonstrate how to use threads and SyncLock in VB.NET. What I already know versus what the provider will build: No aspect of this project is complete but all details are publicly available! By using: 1. 2. ...the provider should have sufficient information to build the required application. Specific expertise that I am seeking: You should have experience with VB.NET (HttpWebRequest and WebRequest, threads and SyncLock), you should know how to parse and work with JSON

    $372 (Avg Bid)
    $372 Oferta medie
    4 oferte

    Basically, I wanted to get solved the following issue: Solution should include all the C# source code (without using any third-party code/libraries), and a test WinForm application with - RichTextBox control; - UserName(/Login) textbox; - Password textbox and - [Login] and [Logout] command buttons. When UserName/Password textboxes filled manually and [Login] button clicked then program should login to eBay and download HTML text from and put this HTML text into RichTextBox control. When [Logout] button clicked then program should logout from eBay, and should again try to get HTML contents from

    PHP
    $64 (Avg Bid)
    $64 Oferta medie
    9 oferte

    I have a class that allows me to easily perform http get / post / etc. The problem I am having right now is that, I'm attempting to get some image data (as bytes) and for some reason, the cookies are not being passed. I have used fiddler to watch the initial request from IE and cookies are set. All other requests (for images) all pass this cookie value. However, in my application the cookie appears to be set, except it is not passed when requesting the image data. I will provide full source to someone that can help. This is extremely frustrating. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the de...

    $39 (Avg Bid)
    $39 Oferta medie
    5 oferte
    html parser S-a încheiat left

    ...“<div><strong>??( and the next char must not equal to “<??) and</strong></div> **Phone number:** right after ? “Call Sales & Service at: <span class="nowrap"> “ Address: between </span></strong><br /> and <br /> **city state and zip code:** right after the address between the two <br /> tags ? public string DemoExampleTest() ? ? ? ? ? ? ? { ? ? ? ? ? ? ? ? ? ? ? ? ? HttpWebRequest request = (HttpWebRequest)(""); ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? HttpWebResponse response = (HttpWebResponse)();

    $65 (Avg Bid)
    $65 Oferta medie
    47 oferte
    c# Facebook Login Function S-a încheiat left

    When you login to facebook via a browser and you click the submit button, your browser does does an http post to face book. You must create a function that logs into facebook programatically(automatically) making use of the HttpWebRequest class. You may not make use of any browser engines. When you look at the cookies that you get back from facebook, you must actually get the users FB account ID. If that is not there, then you know you have not logged in properly. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only e...

    $25 (Avg Bid)
    $25 Oferta medie
    10 oferte

    I am having problems with getting my current project to work. Its for scraping emails from Craigslist with captcha, I need just the code for the httpwebrequest parts. Ill do the rest, I just need the code. I want it to be coded in vb.net.

    $101 (Avg Bid)
    $101 Oferta medie
    8 oferte
    IP address changing tool S-a încheiat left

    I am looking for a c# vs2005 class which I can use to change ip address dynamically.? I have an application which makes heavy use of internet (httpwebrequest and httpwebresponse objects), and I want to be able to change ip address to maintain anonymity during my calls. You will provide class which does this and also the sample as to how to use that class.? In your sample, you will call [][1] (or some other site), 1000 times and the class should change ip address after certain time or something.

    $63 (Avg Bid)
    $63 Oferta medie
    14 oferte

    I need a lightweight c# function to log in to eBay using a valid username and password, then return the HTML of the MyEbay page. I would image using the HttpWebRequest object and the CookieContainer object -- or the WebClient would be fine as well. Additionally, I would like a function to place a bid on an item once logged in. This should use C# and .NET 3.5 Framework (2.0 ok). If you have any questions, please forward them along.

    $115 (Avg Bid)
    $115 Oferta medie
    12 oferte
    C# code to login to eBay S-a încheiat left

    I need a lightweight c# routine that will log into eBay using a valid account and return the contents of the MyEbay screen in a string that I can parse. I would prefer using HttpWebRequest or the WebClient -- This routine has to handle eBay cookies for subsequent requests to eBay -- and there will be some further work if this code is well done and timely.

    $129 (Avg Bid)
    $129 Oferta medie
    24 oferte

    What I need is the code to extract a MySpace profile page's source using HttpWebRequest in VB.Net. That part is easy and we can already do that. As you may know, your MySpace is localized... so for example if you are in France, your MySpace will by default display in French. When extracting the source using simple HttpWebRequest, it will also be in the same language as your location. I need code to force the extracted source to be in English. I know that MySpace uses cookies to determine which language everything displays in, so that would be a good place to start. Current code (which extracts only in the local language) available on request. This is a very small coding project, please send a working demo and the bid is yours :-)

    $30 - $100
    $30 - $100
    0 oferte
    VB.net Teacher needed ASAP S-a încheiat left

    I am looking for someone to teach me vb.net with httpwebrequest/sockets I will be using vb.net for WEB AUTOMATION. Things I will need to learn. Logging in to sites. posting to sites. parsing (gathering) certain text from html (regex) loading/saving lists gathering usernames/keywords/links from websites. and lastly multithreading. I need someone who can start RIGHT AWAY ( NOW!! ) You must be able to speak english well enough, otherwise it will waste both of our time.

    $134 (Avg Bid)
    $134 Oferta medie
    5 oferte

    We Expect to get a C# Assebly with WPF BackgroudWorkerThread (for UI interaction). Component features include: 1. Threadsafe and syncronized Queue to manage incomming requests This is the main API that will be called. 2. ThreadPool dispatches threads to get an HttpWebRequest() for items in the Queue. 3. ThreadPool Is asyncronious and will have mutilpe events 3.1 Progress Report on every web request. 3.2 Done Event with the data that was retrieved. 4. Thread pool will expose the HttpWebRequest parameters (like timeout and so on) 5. Thread pool will be configureable in the amount of threads to use. 6. Thread pool must provide the abiltiy to Cancel work. ## Deliverables 1) Complete and fully-functional working program(s) in executab...

    $120 (Avg Bid)
    $120 Oferta medie
    7 oferte

    ...time. Prerequisites: · You need to have an account in Amazon to do the test. Ideals with items purchased. But We can later test with a specific account. · You need a efficient internet connection to do the test · Visual Studio 2008 · C# Net Framework 3.5 · You should have experience in C# generic class · You should have experience in this work. · You should have experience with httpWebRequest or WebClient objects to do the task. | | **Sincerely FreeDevelopers** 17:18:56 [local time] ...

    $43 (Avg Bid)
    $43 Oferta medie
    5 oferte
    Asp.Net API wrapper S-a încheiat left

    We need a wrapper for a REST type application. The app exposes a url based API. The wrapper will use? HttpWebRequest to integrate the API.

    $454 (Avg Bid)
    $454 Oferta medie
    10 oferte

    I'm looking for the roughly 20 lines of code required to upload (POST) files to a public accessable Amazon S3 bucket. The code MUST be VB.net and MUST be able to run within a normal VB Winforms application. I believe that the component you use is an HTTPWEBREQUEST within .net, here is the amazon help for this... I want the code to simply post a file to a bucket that has an Access Control List set for anonyomus access. My bucket for this is : and already has the ACL set for everyone to have full access. what i will need is a very simple winforms demo program with the code embedded... You don't need my AWS keys for this type of access (public) so don't

    $30 (Avg Bid)
    $30 Oferta medie
    1 oferte

    Hi Guys, I have coded a small application, 1 of the features is you press a "Create a gmail account" i then use an httpwebrequest to get the google mail signup page, i then show the user the Captcha for them to enter, but it needs to be entered anywhere upto 4 times before the account is eventually created, the way it is now it only sends the data once! that's as far as i have gotten, i have coded functions to gather the relevant data, theres already small applications out there that does this. cheers Graham

    PHP
    $30 - $100
    $30 - $100
    0 oferte
    Post to GoDaddy Ajax Form S-a încheiat left

    Hi C# experts! I need code that will change the nameservers in a GoDaddy account. This requires posting to an Ajax form as shown in the attached images. The coding needs to be in C# using HttpWebRequest (preferred) or axWebBrowser. The code you provide will be used in a larger project. There's no need for an application or DLL. Just the working code in a VS2008 project. Thankyou for your consideration of this project. Gregg Cleland

    $140 (Avg Bid)
    $140 Oferta medie
    2 oferte
    Posting on a website S-a încheiat left

    Hi There, In my application i have 3 websites that i can press a button and auto create accounts, i can also programatically log into these websites and post information using the HTTPWebRequest class, but the third site: seems to be more difficult for me, i can create the account fine and even login, the problem is posting on it. EDIT: vb.net the application is coded in.

    $31 (Avg Bid)
    $31 Oferta medie
    7 oferte
    CAPTCHA Popup - VB.NET S-a încheiat left

    Using the HttpWebRequest/HttpWebResponse in Visual Studion 2003 or 2005 (not 2008!) browse to a page with a CAPTCHA, such as Twitter's sign up page. Present this image to the user in a windows form (a modal popup dialog) that has a textbox and a command button. Allow the user to enter the CAPTCHA text and click the command button to then submit their answer to the page. This is NOT an attempt to automate or hack the CAPTCHA process - I just want to present the image as a popup for the human user to then enter the text. Thanks! Dave

    $66 (Avg Bid)
    $66 Oferta medie
    5 oferte
    Google Mail Poster S-a încheiat left

    Hi Guys, I am a coder myself (not on a pro level yet) i have coded a basic application, when a button i clicked i then httpwebrequest this page? <> from there i parse the html and retrieve the captcha ocation and sion variables needed to process the POST, everything looks and acts fine but some of the important fields aren't getting passed onto the next page! i am stumped, it's probably really obvious what i have done wrong hence the help needed :) it's coded in vb.net P.S please excuse some of the mission words above everytime i type it deletes!

    $33 (Avg Bid)
    $33 Oferta medie
    5 oferte

    ...criteria: * Completely transparent operation for Http and Https requests of all types, including persistent connections. * Full asynchronous operation (does not block the calling thread). * Must be possible for me to easily extend your code to modify request headers etc. As an experiment, I have already created some simple code to perform this function, using the HttpListener and HttpWebRequest classes. This experiment worked OK in most situations, but it is not completely transparent. It seems that HttpListener is not intended for this purpose, as described in these links: If you can see a way to

    $113 (Avg Bid)
    $113 Oferta medie
    8 oferte

    ...create an Internet Explorer ActiveX add-on. Since the VB application is already written and functioning, the main project work is to re-produce the same functionality using VC++ as an ActiveX object. The current, core VB code is around 75 lines of code. Technical Overview: The small application captures the client IE URL address (as it changes), sends it to a back-end PHP script (using HTTPWebRequest), reads the single line URL from the result via GetResponse and then displays that URL in IE as either a new tab [Navigate(MyAdURL, 2048)], new window [TargetFrameName:="_blank"], or as an over-lay to the current/active IE window [TargetFrameName:="_self"]. Deliverables: 1. Visual Studio 2008 Compatible: We use Visual Studio 2008 for all VB, C# an...

    $138 (Avg Bid)
    $138 Oferta medie
    10 oferte

    Hi. I need some .NET 1.1 or 2.0 C# code that will use HttpWebRequest to download a page of search results from The problem is that downloading will by default only give you 10 results. I want all 50 results, which means the page will need to be opened first, and the default settings changed, with you storing the cookie for the download of 50 results. You can make it a very simple console application that just outputs the resulting downloaded html to the console. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending

    $44 (Avg Bid)
    $44 Oferta medie
    9 oferte
    Form submit using VB.net S-a încheiat left

    Here is a url of Microsoft Adlab: This can be used to find the commercial intent...it. open the url. below the text box, there are 2 radio buttons, select 'query' radio button. then enter some keyword (for example: coder) and press 'Go' We want to do this process using vb.net Working: 1. A vb.net form opens. 2. user enters a search term (for example: 'coder' like above) in a text box 3. user clicks on a button 'OK' 4. form uses the above url and vb.net httpWebRequest etc. or any other .net class 5. in return, the numeric value (Commercial Intention) is fetched I don't care about the gui, i just want the working and functionality for further clarification, post your comments. thanks.

    $14 (Avg Bid)
    $14 Oferta medie
    9 oferte

    An Internet Explorer add-on has already been developed and deployed to client machines on our private network (code for the add-on will be provided). The purpose of this project is to re-develop the same code logic as an ActiveX, Internet Explorer, “Add-On??; Will use HttpWebRequest, HttpWebResponse and StreamReader objects (among others). ## Deliverables **Detail Requirements / Functionality / Deliverables** The code captures the complete URL from the browser and creates a web request with it and calls a back-end PHP script. The PHP script handles all of the business rules to determine a specific URL that the client’s browser will display as a result. The client web request results are handled by the code to extract 2 values (1) a URL address and (2) instr...

    $648 (Avg Bid)
    $648 Oferta medie
    4 oferte
    Handling Cookies in VB.Net S-a încheiat left

    I am stuck when downloading data from a website. The site uses cookies and I have to read and send them back from my VB.Net form, to get the data. The program does not work otherwise. Quick help will be appreciated. Thanks ## Deliverables * * *This broadcast message was sent to all bidders on Friday Mar 6, 2009 4:51:24 AM: I had been playing with HTTPWebRequest for last 3/4 hours but could not get anything in the cookie collection. Finally I added this bit in my snippet = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" and I see cookies being returned. Now I will try to extract those cookies info and post back the same on my next request. Thanks for...

    $7 (Avg Bid)
    $7 Oferta medie
    5 oferte

    I have a VB.Net function that uses HTTPWebRequest to POST data to a PHP file on my server. The problem is, the data is so large that it is only sending the few 20 or so characters. The data looks like this: #John|Smith|25|0|#Joe|Smith|25|0|#..... The "#" seperates the people, and the pipes seperate the columns of data (First name, last name, age, and boolean value). THE PROBLEM: There could literally be hundreds if not one thousand records, and it is only pushing a couple. <b>Tell me how you plan on verifying the data will be sent. If you do not I will not accept your bid.</b> I also need you to write a PHP file that will accept the data and send a response BACK TO THE PROGRAM that ALL data has been sent. <b>If this ...

    $57 (Avg Bid)
    $57 Oferta medie
    4 oferte

    Following is a pseudocode for two functions to wrap in a console application in C#. The objective is to retrieve the date string locate on a particular web page; and to download a particular file found by navigating the session as described. C# has classes like? HttpWebRequest and WebClient which seems to allow navigating and doing these kinds of things, but I have not? had the time to figure it out. I am not certain whether session information is passed via hidden posted fields or cookies or other mechanism. I am only providing the general requirements now. I will provide the particulars after accepting the bid. The pseudocode for the two functions I need are: ? string GetDatestamp() { > Post username, password, a hidden field, and miscellaneous context on login page. >...

    $124 (Avg Bid)
    $124 Oferta medie
    10 oferte

    ...to do the following: 1. Go to 2. Choose 'Select Nutrition' 3. Enter user name & password (will be given to interested coder) 3. Click on 'Login' 4. Click on 'View By Brand' 5. Click on 'AVALON' 6. Click on 'BATH/SHOWER PREPARATIONS' 7. Click on '94375-3' 8. Save the product image. That's all! You may use the WebBrowser control, but I prefer using HttpWebRequest (if possible). Thanks. ## Deliverables * * *This broadcast message was sent to all bidders on Monday Feb 9, 2009 8:37:10 PM: Thank you all for your bids. To clarify, I only need that one image downloaded. This is a proof of concept application, like I said. I will be able to modify your code to suit my ne...

    $52 (Avg Bid)
    $52 Oferta medie
    19 oferte

    Tor () is a way of anonymizing your surfing by requesting new sessions. As far as I am aware, it essentially provides you with proxy addresses that are obtained (and provided) in a peer-to-peer fashion. I have a web-based project that uses HttpWebRequest objects to read nad post data to various websites. The HttpWebRequest object allows you to provide a WebProxy object so that the request is made via a proxy rather than exposing the web server's proxy. What I would like is a way to obtain proxy addresses for my requests using the Tor project. My code is in C# and is hosted on shared hosting, so you won't be able to use interop code. Ideally what I'd like is a simple class I can construct and request a proxy from, then, if applicable, seeing as I'...

    $340 (Avg Bid)
    $340 Oferta medie
    1 oferte
    Download images S-a încheiat left

    I need? code snippets to? download images from? <>? using HttpWebRequest & HttpWebResponse / WebClient .... (C# 2005) I am getting the 'Forbidden' error when passing? url such as this to the above methods, may be the cookies are not properly initialized ;jsessionid= Note that it is not really 'forbidden', because I can load the images in the browsers. Thanks ## Deliverables * * *This broadcast message was sent to all bidders on Sunday Dec 28, 2008 8:34:46 PM: Thanks for all your bids. I need this

    $11 (Avg Bid)
    $11 Oferta medie
    5 oferte

    We have a ocr library we want to use to login into a website from C# using the HttpWebRequest control. The problem is that the website is returning a blank page with 200 OK status code as result for the POST request (to a login form). The goal is to send the post request and get the full html page as response. This could be a simple problem like a bad http header, we are not really sure, it has been a mistery all day in the office, noone could figure it out. We will provide the sample code that is returning a blank page as response, and you will need to give it back to us returning the full html page. After this task is done we will send you the ocr library to add it to the login function (post request).

    N/A
    Racing Post Scraper Login S-a încheiat left

    I need a routine written in VB.NET that uses HTTP Request / Response to log into the website using a username + password. Dim As HttpWebRequest Dim response As HttpWebResponse = Nothing Dim reader As StreamReader request = DirectCast((""& sTodaysDate), HttpWebRequest) response = DirectCast((), HttpWebResponse) At the moment this will go only collect the log in screen and not the actual information on the page requested. I need the routine completed that will go to the page requested via the passing of username + password. The routine must be automatic - no keyboard/mouse entry to be used. You can create your own username + password for the site

    $22 (Avg Bid)
    $22 Oferta medie
    4 oferte

    ...new Cookie("PHPSESSID", "n3augibujnpevt76qpacuqgdd5","/",""); HttpWebRequest objRequest = (HttpWebRequest)(""); = true; = 10; HttpWebResponse objResponse; = new CookieContainer(); CookieCollection cookieCollection = new CookieCollection(); (cookie); (cookieCollection); objRequest = (HttpWebRequest)(""); objResponse = (HttpWebResponse)objRequest

    $11 (Avg Bid)
    $11 Oferta medie
    2 oferte

    I need a WebRequest POST example. I need it to post an ad to craigsIist.org...display the captcha within the application so that I can enter it. Please do not bid unless you are confident that you can complete this in a timely fashion. Please also review the craigsIist posting process as well. CL randomizes the form names which might make this task difficult. Requirements: 1. Must post to CL with httpwebrequest and display the captcha image so that the user can enter it. The app would then complete the ad. 2. Must be done with httpwebrequest and vb.net There are applications that do this already such as (remove dashes to view) so this IS entirely possible. I would like all bidders to send a Private Message via the PMB. Bids without a PM will simply be ignore...

    $150 (Avg Bid)
    $150 Oferta medie
    1 oferte
    255829 Net 1.1 C# Rewrite S-a încheiat left

    Programmer will be responsible for revising current C# code or creating new class to implement required solution. Current project logs into a website and then posts data to that site. The project was working before an update to the web code (open source), so programmer will be re... Current project logs into a website and then posts data to that site. The project was working before an update to the web code (open source), so programmer will be responsible for fixing the old code or writing new code in its place. In-depth information and NDA will be supplied in a Microsoft Word document. This is an easy job for the right person (especially one with knowledge of HttpWebRequest and HttpWebResponse). All responses to this job must include the code word "poster" ...

    N/A
    skilled .net web scraper S-a încheiat left

    I need a skilled .net developer to develop the "loading a page using httpwebrequest, Form posts and cookies. I need the html data of a results page on a flight website - returned in a string. The actual scraping is not needed.

    $102 (Avg Bid)
    $102 Oferta medie
    9 oferte
    VB/.NET Developer S-a încheiat left

    Looking for a VB.NET developer to code a simple software. It must login into Gmail and display subject form the first email in a textbox. You must use HttpWebRequest to do it. The project should take you an hour or a bit more, price - 30 dollars

    $46 (Avg Bid)
    $46 Oferta medie
    22 oferte

    ...to post various data from a C# Silverlight project to our own server. This works fine when using a normal html input form, but we would like to do the same using C# code. The solution should be a C#? helper class that easily sends a local file to the server. ## Deliverables We have unsuccesfully been trying to implement the solution ourselves. The problem seems to be that when using a HttpWebRequest object in C# the data is not passed correctly as multipart post data the same way as a html form does it. This html example works correctly: *<form action="" method="post" enctype="multipart/form-data">? ? ? ? ? <input name="name" type="text" value="filename" /> ? ? ? ? <input name="path...

    $454 (Avg Bid)
    $454 Oferta medie
    6 oferte

    ...finished loading, click "Download Image", it will try to download captcha image from gmail page but always fail with error (i hard coded TOR/Privoxy IP, port into code i.e. , 8118) But when i try to download it without TOR/Privoxy it works fine. You have to do two things- 1. Fix my code so that i can download Google captcha image using TOR/Privoxy. You can use webclient or Httpwebrequest class to do it. Make sure that it will work with any HTTPS url not just with Gmail page. Gmail page is just for testing. 2. When using TOR/Privoxy it also raises 3-4 unhandled script errors like "_uRno is undefined". You have to write code to handle this error and prevent it from appearing on screen. Thanks ## Deliverables 1) Complete and fully-func...

    $30 - $5000
    $30 - $5000
    0 oferte
    TOR/Privoxy with HTTPS S-a încheiat left

    ...finished loading, click "Download Image", it will try to download captcha image from gmail page but always fail with error (i hard coded TOR/Privoxy IP, port into code i.e. , 8118) But when i try to download it without TOR/Privoxy it works fine. You have to do two things- 1. Fix my code so that i can download Google captcha image using TOR/Privoxy. You can use webclient or Httpwebrequest class to do it. Make sure that it will work with any HTTPS url not just with Gmail page. Gmail page is just for testing. 2. When using TOR/Privoxy it also raises 3-4 unhandled script errors like "_uRno is undefined". You have to write code to handle this error and prevent it from appearing on screen. Thanks ## Deliverables 1) Complete and fully-func...

    $30 - $50
    $30 - $50
    0 oferte

    I need a very small app that logs into and performs a reverse phone search. ## Deliverables I will supply the winning bidd... ## Deliverables I will supply the winning bidder with my username and password to log into reversephonedetective.com.? All I need is the code, I'm using 2005 .net.? The code must log into the site, perform a request on a phone number, any united states phone number is fine, and return the information on the webpage in a string.? Your code should look something like this Dim req As HttpWebRequest Dim res As HttpWebResponse Dim sr As StreamReader Dim response As String ... ' Read the returned data res = sr = New StreamReader(()) response = () I need this code asap.

    $17 (Avg Bid)
    $17 Oferta medie
    2 oferte