Webrequest webresponseJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    250 webrequest webresponse jobs fundet, i prisklassen EUR

    I want to call website and get data from it , when I try or post man the request pass and I get the data but when i use c# code always get error . I will give all data made the request pass in and you need to help me with c# code for 1 request

    €123 (Avg Bid)
    €123 Gns Bud
    27 bud

    Hi I have completed a microsoft teams notification bot a...microsoft teams notification bot as per which runs successfully on local however on deploying to azure I get the below errors Invoke-Webrequest : Unable to connect to the remote server At line:1 char:1 + Invoke-Webrequest -Method POST -URI ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException, Need help to debug and have it run on azure.

    €279 (Avg Bid)
    €279 Gns Bud
    12 bud
    Trophy icon Chrome Extension Development Udløbet left

    This is the link to get a better understanding of the extension - The current version of the extension is working just fine with manifest 2. I need a developer who can convert the chrome webRequest function to the new chrome declarativeNetRequest.

    €177 (Avg Bid)
    Fremhævet Garanteret
    €177
    9 indlæg

    I have a .net WebRequest that Posts to an API that I want converted to a true Vue.JS AXIOS POST call. The call works and I have been using it for years. However I want to put it client side and need it changed. I know I can call it on the Server and pass down the results but I want to test pure client side at this time. The Response needs to be put into a comma separated string. The XML that is sent is in the attached file along with the expected response. I don't need an application just the code. Dim req As WebRequest = Nothing Dim rsp As WebResponse = Nothing Dim sr As StreamReader = Nothing Try Dim uri As String = "" req = (uri)

    €27 (Avg Bid)
    €27 Gns Bud
    10 bud

    I need someone to do a simple webrequest on c# to a certain page and get status 200 to the site. Please test it out on your side. The page is called ""

    €14 (Avg Bid)
    €14 Gns Bud
    9 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Fremhævet Forseglet NDA

    need PS to download file from the standpoint. My script seems to be working but the size of the file shrinks. When I download manually size is 3800mb when I run my script it downloads only 190kb $url = "https://********." # Destation file $dest = "C:Users*****” # Download the file Invoke-WebRequest -Uri $Url -OutFile

    €55 (Avg Bid)
    €55 Gns Bud
    6 bud

    script does downloads the file but the size is wrong is not the same that is on a SharePoiny $url = "https://********." # Destation file $dest = "C:Users*****” # Download the file Invoke-WebRequest -Uri $Url -OutFile

    €9 / hr (Avg Bid)
    €9 / hr Gns Bud
    4 bud

    Hello I have some problem doing a simple webrequest using c#. I don't get a response from the server could someone help me out. The site is I need to do a GET request and have a response from the server.

    €9 (Avg Bid)
    €9 Gns Bud
    2 bud

    Im making a simple project that do a search in using HttpWebRequest The problem is that te html result not show the result of bing search but if I do the same search manually I got result. If you have experience in webrequest or HttpWebRequest i think you can fix it fast. I can send the project files if you send me a good proposal. I think we must change the request method. I also tried with restSharp but not work. thanks !

    €20 (Avg Bid)
    €20 Gns Bud
    6 bud

    Im making a simple project that do a search in using HttpWebRequest The problem is that te html result not show the result of bing search but if I do the same search manually I got result. If you have experience in webrequest or HttpWebRequest i think you can fix it fast. I can send the project files if you send me a good proposal. I think we must change the request method. I also tried with restSharp but not work. thanks !

    €28 (Avg Bid)
    €28 Gns Bud
    4 bud

    I have a suite of tools that allow me to palce orders, get prices etc. on binance from msaccessv10. It uses WebRequest v4.1.5 by Tim Hall - I want this converting so it can access bybit's futures exchange - should be quite easy. Also, if you have a websocket implimentation so I can monitor a table that is updated with a pair's price without sending a query that would be great. Source code/test application attaached. Functions required on bybit futures - ordering on both usdt perpetual and invers perpetual :- Place order (returning orderID to check it was not rejected) Cancel order (returning success) Get current price (bid, ask) Get candle (open close,High, Low) - insert into table Get current open orders - insert into table Get current open

    €257 (Avg Bid)
    €257 Gns Bud
    5 bud

    I'm looking for an Excel macro to extract specific links from multiple sites. I've got a list of (main page) URL's of different sites. I want to go to all thes...Chrome & SeleniumBasic, do bear in mind that Selenium runs on the archaic .Net Framework 3.5. My laptop does not allow me to download this version for some strange reason. I'm using .Net Framework 4.8. Therefore, if you are confident of getting Selenium to work on newer versions of .Net Framework, fine. Otherwise, kindly consider the simpler Option 2 below. Option 2: To use Excel's WebService or WebRequest function. I'm not sure if any of these will require Internet Explorer (I hope not) so you please advice me. Additional Info: I'm using Excel 2019 on Windows 10. Note that if you b...

    €21 (Avg Bid)
    €21 Gns Bud
    5 bud

    Need a VB.Net forms application that can retrieve all Amazon Warehouse Deals to a given ASIN. Individual details of the offers (Seller, Price, ...) including a link to put the item in the shopping cart, should be displayed in a grid layout within the application. Technically a HttpWebRequest should be used.

    €25 (Avg Bid)
    €25 Gns Bud
    3 bud

    Im making a simple project that do a search in using HttpWebRequest The problem is that te html result not show the result of bing search but if I do the same search manually I got result. If you have experience in webrequest or HttpWebRequest i think you can fix it fast. I can send the project files if you send me a good proposal. thanks !

    €27 (Avg Bid)
    €27 Gns Bud
    7 bud

    I have a javascript code that simulates a youtube subscribe request. With Fetch, youtube subscribes by sending a subscribe request. But there are shortcomings. Youtube sends 3 requests while subscribing. One is subscriberkey, the other is getkey and the other is...subscribe request. With Fetch, youtube subscribes by sending a subscribe request. But there are shortcomings. Youtube sends 3 requests while subscribing. One is subscriberkey, the other is getkey and the other is logkey. We simulated all of them, but there is a section called webresponse in the logkey. We couldn't do it. As a result of the getkey request, it gives something called botguardprogram. It converts it in itself and prints it as webresponse in logkey request. I'm looking for someone who can conve...

    €125 (Avg Bid)
    €125 Gns Bud
    5 bud

    youtube google service for botguard pass need

    €100 (Avg Bid)
    €100 Gns Bud
    2 bud

    Very simple project - I have a URL - The URL above needs to be downloaded into a string and saved as a file. It needs to some kind of console app or script file that can be run from a windows scheduler. ... The URL above needs to be downloaded into a string and saved as a file. It needs to some kind of console app or script file that can be run from a windows scheduler. Will not pay more than $15 for this. I will have more projects like this. THE URL IS NOT ABLE TO BE SCRAPED, WHEN TRYING TO SCRAPE IT WITH A WEBREQUEST THERE ARE SSL ERRORS. PLEASE VERIFY YOU CAN DOWNLOAD THE STRING TO A FILE BEFORE BIDDING.

    €17 (Avg Bid)
    €17 Gns Bud
    6 bud

    Very simple project - I have a URL - The URL above needs to be downloaded into a string and saved as a file. It needs to some kind of console app or script file that can be run from a windows scheduler. ... The URL above needs to be downloaded into a string and saved as a file. It needs to some kind of console app or script file that can be run from a windows scheduler. Will not pay more than $15 for this. I will have more projects like this. THE URL IS NOT ABLE TO BE SCRAPED, WHEN TRYING TO SCRAPE IT WITH A WEBREQUEST THERE ARE SSL ERRORS. PLEASE VERIFY YOU CAN DOWNLOAD THE STRING TO A FILE BEFORE BIDDING.

    €13 (Avg Bid)
    €13 Gns Bud
    15 bud
    Project for Da Z. Udløbet left

    Hi Da Z. I need to inspect a webrequest authentication and bypass it through a proxy server. I'd like to discuss more details about this task with you.

    €42 - €42 / hr
    €42 - €42 / hr
    0 bud

    If you have any experience with cookies and supreme website please contact me. Using unity webrequest.

    €14 (Avg Bid)
    €14 Gns Bud
    1 bud

    ...php site integrated with the Postal server. This is what their IT has provided. They also told me that the connection should be established through VPN. Anyone can help me? More info: In order to get authorized via Web Server, the HTTP Request Header should contain the username and password in Base64 format. Example: • string url = " "; • WebRequest request = (url); • string auth = ("{0}:{1}", "USERNAME", "PASSWORD"); • string enc = ((auth)); • string cred = ("{0}{1}", "Basic", enc); • [] = cred; Description of methods The methods are also available at : 1. Registering

    €52 (Avg Bid)
    €52 Gns Bud
    1 bud

    I am creating the cloud formation stacks using the ansible template. I want to download a file from artifactory after this stack is created. I have a powershell script in userdata, I want to modify that to download different files as per the different environments. Example of code: i have two files "" and "" I am using the following command invoke-Webrequest ${artifactUrl}/ -Outfile D:folder I want to run the above command as per the environment like environment == qa download first file like that

    €46 (Avg Bid)
    €46 Gns Bud
    1 bud

    ...site integrated with the Postal server. This is what their IT has provided. They also told me that the connection should be established through VPN. Anyone can help me? More info: In order to get authorized via Web Server, the HTTP Request Header should contain the username and password in Base64 format. Example: • string url = " "; • WebRequest request = (url); • string auth = ("{0}:{1}", "USERNAME", "PASSWORD"); • string enc = ((auth)); • string cred = ("{0}{1}", "Basic", enc); • [] = cred; Description of methods The methods are also available at : 1.

    €51 (Avg Bid)
    €51 Gns Bud
    3 bud

    We need to create an automation software to do some work automated on a third party website using c#.net, and WPF or Winform. Key terms: webrequest, proxy, session, wpf, winform, C#.net, GUI, cookies, fiddler, ecommerce, chromium

    €466 (Avg Bid)
    €466 Gns Bud
    26 bud
    Simple Revit Macro Udløbet left

    I need a simple Revit macro to ask load layers of objects and place the found objects (name, position, rotation, data) in a simple JSON structure and push these into a WebRequest. The available layers need to be shown with description and those needed set with a radio button.

    €137 (Avg Bid)
    €137 Gns Bud
    4 bud

    powershell does not show hebrew characters using Invoke-WebRequest/ ConvertFrom-Json I get only question marks. I understand the problem with all non english requests Code is $headers = New-Object "[[String],[String]]" $("X-API-KEY", 'XXXXXXXXXXXXXXXXXXXX') $("Accept", 'application/json') $Url = '' Invoke-WebRequest -method GET -uri $url -Headers $headers -UseBasicParsing -ContentType "text/plain; charset=Windows-1255" | ConvertFrom-Json | Select-Object -ExpandProperty items | ConvertTo-Csv -NoTypeInformation result is "1136","59","???????? ?????????? ????????????","??????","????????",,"XXX@",,"False","False","2020-04-...

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    5 bud

    powershell does not show hebrew characters using Invoke-WebRequest/ ConvertFrom-Json I get only question marks. I understand the problem with all non english requests Code is $headers = New-Object "[[String],[String]]" $("X-API-KEY", 'XXXXXXXXXXXXXXXXXXXX') $("Accept", 'application/json') $Url = '' Invoke-WebRequest -method GET -uri $url -Headers $headers -UseBasicParsing -ContentType "text/plain; charset=Windows-1255" | ConvertFrom-Json | Select-Object -ExpandProperty items | ConvertTo-Csv -NoTypeInformation result is "1136","59","???????? ?????????? ????????????","??????","????????",,"XXX@",,"False","False","2020-04-...

    €30 (Avg Bid)
    €30 Gns Bud
    2 bud

    Hello there developers, coiple of years I have bought some project and it worked until maybe 2 years ago. It is a webrequest using rtsp server throught socks protocol. The framework is .net 3.5 so it needs update to actual at least 4.5. I don't know how long it may take but I would like to finish it in max. 4 days. I prefere to not send the project and work remote desktop on my side if possible. Please if you not have at least 95% ratio do not bid as for me the time lost is very important so if you not have skills please for both of us do not bid just because you need work. Thanks

    €20 / hr (Avg Bid)
    €20 / hr Gns Bud
    22 bud

    I want the source to log in to the following site and bring the product sales information. Please fill out C# webrequest.

    €132 (Avg Bid)
    €132 Gns Bud
    9 bud

    David, tengo otro projecto similar a Web EDR que tienes publicado en esta pagina. No se si podras realizar el projecto o conoces a alguien quien pueda realizarlo. Basicamente nuestro programa envia datos creando un webrequest (POST) al nuestro servidor. El projecto es implementar en nuestro servidor la visualizacion de estos datos de perforacion para que los usarios puedan ver los datos.

    €186 (Avg Bid)
    €186 Gns Bud
    1 bud

    Hi everyone, I have some issue on python request (post) in my script. I need to attach 3 certificate files: I did load all 3 certificates without any error. But when try to send this request an error was thrown. webRequest = (webAddr, data = jsonData, headers = headers, cert = self.__certificates) here is entire script: " from datetime import datetime import json import os from OpenSSL import crypto import requests def __requests(): _loadedCerticates = [] _folder = '/Users/caioDoran/Documents/Github/ZionEcommerce/Zion_Ecommerce/app/templates/certificates' _certificates = ( (_folder, ""), (_folder

    €25 (Avg Bid)
    €25 Gns Bud
    6 bud

    We are looking for someone to build us a Firefox Addon that sends 5-7 webrequest. Create a pretty UI to parse and filter the json response. The data will contain a few columns with hundred or so rows. We need to expand the UI to process multiple datasets so the user can move between them.

    €173 (Avg Bid)
    €173 Gns Bud
    6 bud

    Hi, I have one cURL (Headers + Parameter) request. I'd like to convert it to C# with Multi threaded WebRequests. cURL: sessionid= + comment_text=, are changeable values for each request. going to be unique in each request. we going to load to GUI 1: 2: 3:

    €122 (Avg Bid)
    €122 Gns Bud
    21 bud

    hi im vb.net developer and i have problem when i download file from webbrowser control the problem when i try to download the file without dialog window webclinte and webrequest not working because the web site generate new url every login and allow download files form webbrowser only thanks

    €27 (Avg Bid)
    €27 Gns Bud
    4 bud

    Hi Manoj V., I'd like to hire you for few enhancements to website. - On registration present terms and conditions page to user to agree - Improve functionality of "Documentation" pages - Fix some bugs with the referral user solution - Troubleshoot some errors with WebRequest call -

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    I am trying to create autobot for one website and that website needs client certificate in webrequest. So to make successful request I need to add the client certificate in my C# httpwebrquest. For this I need a pro C# developer who can give me the solution instantly.

    €63 (Avg Bid)
    €63 Gns Bud
    5 bud

    Looking for a freelancer who can take over a long term project, supporting and improving the existing code and architecture. The projects consists of multiple Metatrader EAs, indicators and a website built using Symfony/PHP/MySQL. Users create accounts on the website and then The EAs/Indicators connect to web API through native MT4 WebRequest algorithm in order to validate user login details and load the settings stored in MySQL database. Strong MQL, PHP, MySQL knowledge required. We are planning to improve the connection algorithm in the future, programming a separate DLL and encrypting all data exchanged between the EAs and DB, so C#/C++ skills are required, as well knowledge of building secure connections. More details will be provided upon request. Make sure to state that y...

    €22 / hr (Avg Bid)
    €22 / hr Gns Bud
    11 bud

    This is easy for the right person I only want to talk to you to help solve a problem if you can prove to me you did this otherwise I don't want to talk to you, anyone can scrape a webpage You must of done this in C# using html webrequest - I am looking for answers this is not a scraping job should be quick if you know what your doing You must have proof of scraping google search results for different countries if you have done this should be easy to prove you know what your talking about I need to discuss some questions I have about the data being returned So if you have the proof of doing this let's chat otherwise let's not waste our time I do not need work done, I need technical answers to sort out questions about data returned

    €25 (Avg Bid)
    €25 Gns Bud
    4 bud

    ...a tool that can pull the google urls and ads using keywords and it was working fine. (please see attached image) A week ago, my tool stopped. I don't know why it is happened. Tried to fix it, I can pull the url but I can't pull the url with ADs. We are using WebRequest. I need urls and Ads to be collected from Google search The tool is developed with C#. If anyone can solve this, please bid. You will need to demonstrate this is working code before being paid. I am only looking for the chunk of code that does the webrequest and you will only be paid if the actual code works, this is simple to do if you are experience with scraping Google You need to provide a C# project that can pull the google search results and Ads when the I type the keyword. The goo...

    €17 (Avg Bid)
    €17 Gns Bud
    2 bud