Curl jobs
I need a Node JS service that pulls every piece of live in...consuming domains / mobile apps in real time • View scrape and API-access logs at a glance • Add, edit or disable user accounts, assigning granular access rights Please design the solution so it can scale gracefully, use common Node JS tooling (TypeScript, Express, Puppeteer, Cheerio, or similar), and keep response latency low enough to stay “live”. A concise schema, install guide, and sample cURL calls will be expected before hand-off. Acceptance will depend on: 1. Data endpoints updating reliably every second for all three data groups. 2. Admin panel executing the three listed controls without page reloads and secured behind JWT or comparable auth. 3. Clean, well-commented code that I c...
...Notepad++). Source: the price appears on a public webpage, not an API. I simply need to pull the current value (no history or extra metadata) and echo it on my page. Accuracy matters, so the script should refresh roughly once a minute; feel free to suggest a lightweight in-memory or file cache so we don’t hammer the remote host. Hand over: • A short PHP function that: – Requests the page with cURL or file_get_contents – Parses out the price reliably (DOMDocument, XPath, or a concise regex—whatever is most stable) – Returns the numeric value ready for echoing or JSON output • A sample cron entry (or JavaScript fallback) showing how to call it every 10 seconds • One or two commented lines indicating exactly where I replace my ...
I’m adding AirPay to the existing Node.js backend and need a clean, production-ready module that handle...middleware for request validation and error handling, and document every environment variable or secret the system requires. Unit tests covering happy-path and typical failure scenarios are essential, and I’ll run test credentials in a sandbox before signing off. Deliverables • Fully commented Node.js module / service • REST routes (initiate, verify, refund placeholder) wired into Express • Sample curl/Postman collection and concise setup guide • Jest (or Mocha) tests showing successful card, wallet, and bank-transfer flows Acceptance criteria A sandbox charge for each payment method must complete and the callback must update order sta...
I’m putting together a small ARR stack in Docker and need an expert to wire everything so that every outbound request from Prowler and Radar is for...health-checks and dependencies so nothing leaks when the VPN drops. Deliverables 1. A commented (or equivalent) covering Gluetun, Prowler, and Radar. 2. Any custom scripts, env files, or firewall tweaks needed for DNS leaks prevention. 3. A brief step-by-step README that lets me reproduce the setup on another machine and verify traffic is truly routed through Gluetun (curl/ip checks). If you’ve already tamed similar media stacks or have clever tricks for container-level routing, I’d love to see them. Let me know roughly how long you’ll need once you’ve seen my current folder layout and VPN pro...
I need a small PHP scraper...increase is below 2 seconds; anything ≥ 2 is ignored. • Present the final daily list in a clean, human-readable table onscreen and also echo it as a plain CSV string so I can copy/paste or download. Other notes • Data point used for the comparison is strictly the time difference, not speed or finish position. • No scheduler is required—manual execution only. • The code should rely on cURL (or similar) and simple DOM parsing; keep external dependencies light so set-up is zero-hassle. Once delivered I’ll test locally by navigating to http://localhost:8080/; if the output matches Sporting Life’s numbers for that day the job is done. Feel free to outline any small configuration steps, but the goal is plu...
...need to integrate an external ticket pricing API into our PHP website. The API will retrieve ticket prices from the source, store the market prices in our database, apply markup values, and then calculate and store the final sell price. This integration will work with an existing PHP website and MySQL database. Technical Requirements API Integration • Use a REST API with JSON responses • Use PHP cURL to call the API • Parse the JSON response and extract ticket pricing data • Store market prices from the API in the database • Apply markup values stored in the database • Calculate and store the final sell price Configuration Requirements The following values must NOT be hardcoded. They must be stored in a configuration file or environment variables....
My application monitors U.S.-visa appointments and auto-books the first available time slot. Everything works except for two stubborn cities where no slots are ever returned. That tells me the trouble ...cities return real-time slot data identical in structure to the functioning cities. • Automated booking succeeds in a live test run (I’ll supply test credentials). • No regression in existing functionality; all current cities must remain bookable. This is my third attempt—two previous freelancers could not solve it—so please respond only if you have solid experience debugging live API traffic (curl, Postman, proxy tools), handling rate limits, and working with session-based auth tokens or hidden CSRF tricks. Ready to bring in someone who can close t...
...comandos de build maliciosos. 1.4 Checagens específicas de fraude Confirmar que não existe: taxa ou porcentagem escondida em depósitos ou saques repasse automático (ex: “10%” para terceiros) criação de admin/roles via código endpoints secretos para retirada de dinheiro Criar busca global utilizando keywords como: percent, fee, tax, commission, affiliate, ref, wallet, balance webhook, callback, curl, guzzle, http::post, axios admin, role, permission, grant, super Entrega desta fase: relatório contendo: Rotas sensíveis Fluxo completo do dinheiro Onde são calculadas taxas/porcentagens Riscos encontrados + correções aplicadas 2️⃣ Auditoria financeira (pagamentos / porcentag...
I have a compiled Android APK but no source code. My goal is to understand exactly...entirely up to you as long as the outcome is clear and verifiable. Once you have isolated the logic, I need: • A concise technical report describing the classes, methods, and endpoints involved in token generation and transmission. • Well-commented decompiled code (or pseudo-code where decompilation fails) that highlights the critical sections. • A reproducible example—Postman collection, curl script, or short Python snippet—that sends a valid token to the target API, proving the flow is understood. Acceptance criteria: the example must authenticate successfully against the same endpoint the app uses, and your report should let another engineer trace every step...
...authentication, request / response schemas, common error codes, versioning strategy, and real-world code samples. You’ll receive the latest OpenAPI (Swagger) spec, a Postman collection, and direct access to a senior engineer for questions. From that you’ll produce: • A structured reference in Markdown (one file per resource, plus an overview) • A quick-start guide with copy-and-paste examples in cURL and JavaScript • An HTML build of the docs generated through Swagger UI or similar Everything should read naturally for experienced developers, use consistent naming, and follow our existing style guide (provided on acceptance). I expect iterative drafts in a shared repo so we can comment line-by-line and merge improvements quickly. If clear, precis...
...PUT, DELETE) plus any helper routes you feel are useful. • Processing rules: basic validation (unique names, non-null locations) and a couple of server-side calculations—nothing computationally heavy, mostly formatting. • Authentication can be stubbed (e.g., simple API key in header) because the primary goal is the data-processing workflow. • Testing: include a minimal Postman collection or cURL snippets so I can hit each endpoint out of the box. • Deliverables: complete Visual Studio solution, SQL scripts or migration files, and a short README explaining environment variables and build steps. Acceptance criteria – All CRUD operations work against the SQL backend. – JSON responses follow a consistent structure with clear status c...
...your service replies with the newly issued integrity token. Key expectations • You wire up the official Play Integrity API, handle authentication with Google, and return the token in a secure, well-formed JSON response. • The endpoint must scale for burst traffic but a single-instance Docker image is fine to start. • Clear README covering setup, required Google Cloud credentials, and a short curl example are part of the delivery. • Any language is welcome as long as it is mainstream and has solid Google client-library support (Kotlin, Java, Node.js, Python, Go all acceptable). Acceptance I will spin up the container with my own service account, hit the endpoint, and verify I get a valid, fresh token for a new test device. If the token verifies with G...
My Java / Spring Boot application uses Auth0 for Single Sign-On, yet the login flow never finishes: users are redirected to Auth0, but they never land back in the app with a valid session. I have already Reviewed Spring Boot ...trace the entire OAuth2 / OIDC handshake between Spring Security and Auth0 • pinpoint why the flow stalls and implement a solid fix • update any mis-aligned Spring or Auth0 configuration properties • document the changes so I can reproduce them in staging and production Please be comfortable reading verbose DEBUG logs, stepping through Spring Security filters, and testing with Postman or curl. Once the fix is in place, I’ll verify that a fresh login cleanly authenticates and that protected endpoints recognise the user context witho...
My WooCommerce store is failing Google Ads ch...you: • Identify exactly why AdsBot receives the 403 (server-side rule, Cloudflare WAF, .htaccess, plugin, permissions, etc.). • Apply the appropriate adjustment—whether that’s whitelisting Googlebot IP ranges in Cloudflare, tweaking security rules, editing the server configuration, or updating WordPress/WooCommerce settings. • Prove the solution by running the Google Ads “Test URL” tool or a cURL request that mimics AdsBot and confirming an HTTP 200 response. • Provide a brief report of changes so I can keep future campaigns compliant. Please be comfortable working with WordPress, WooCommerce, Cloudflare dashboard, and basic server logs; no changes to the store’s functionality or...
...). Key Requirements & Deliverables: Infrastructure Setup Provision and secure a Ubuntu 24.04 LTS EC2 instance ( or equivalent: 2 vCPU, 4GB RAM recommended). Harden security: key-only SSH, UFW firewall (SSH from my IP only or via Tailscale), no unnecessary ports open. Install OpenClaw as a persistent daemon (systemd service) with auto-start on reboot. Use official install methods (e.g., curl installer or npm) and run onboarding securely. Optional but preferred: Set up Tailscale for secure remote access without exposing ports. Core Automation Install and configure Playwright-based scraper skill (e.g., playwright-mcp or playwright-scraper-skill) with stealth mode, residential proxy rotation, CAPTCHA handling (2Captcha or similar integration), and anti-bot evasion. Build a mast...
I’m stuck trying to update my own account details on a particular website. Each time I submit the ch...the client side, trace the request/response cycle, and show me exactly where the failure occurs. You’ll need to: • Inspect the front-end code and network calls, locate the fault that blocks the update, and explain the root cause. • Provide a practical fix or workaround I can apply from the user end—this might be a browser userscript, a custom POST request I can send with a tool like Postman/cURL, or step-by-step instructions that reliably push the new data through. • Document the steps clearly so I can repeat the process whenever I need to change my details again. The job is complete when I can successfully alter my account information and s...
My PHP-based landing pages are already collecting every new lead (company name, email, cell, plus the exact date-time stamp) into a MySQL database. Now I want each of those records to flow straight into Salesforce the moment they ...result back to my app for basic logging and error handling. Deliverables • A clean, well-commented PHP class or small set of functions that reads the new lead from my DB and posts it to Salesforce via REST • Simple configuration file for credentials and field mapping • One-page setup/read-me so I can drop the code onto my server and test immediately If you have solid experience with PHP, cURL/Guzzle, OAuth 2.0, and Salesforce REST endpoints, this should be straightforward. Let me know your timeline and any similar integrations ...
...Upgrade the hosting environment to PHP 8.3. Please handle the full process—compatibility check, update, and post-upgrade testing—so the shop keeps running smoothly. 2. Detect every WooCommerce-recommended PHP extension and install whatever is missing. I’m not sure which modules are absent, so rely on the WooCommerce → Status report (and any other best-practice tools) to confirm essentials such as cURL, mbstring, GD Library and any others the platform flags. 3. Add a DMARC record for the same domain. Set up an aligned SPF/DKIM configuration if it isn’t already present, publish the DMARC TXT entry, and verify delivery with an external checker so we can track abuse reports confidently. Deliverables are simple: • Live store reporting PHP 8.3 with ...
I regularly receive batches of transaction records in CSV format from a secured sender API. For each batch I need those files programmatically relayed to a separat...only the sender endpoint is authenticated, you’ll handle token retrieval or key injection on that side, then push the unaltered CSV to the receiver. Robust error handling, retry logic, and a concise report of successes / failures are important so we can audit transfers later. Typical runs are small, but speed matters. If you are comfortable scripting this in Python (requests, pandas), Bash with curl, or another language of your choice and can be on-call for ad-hoc transfers, I’d like to work with you. Please mention similar API ingestion or file-relay work you’ve done and how quickly you can turn arou...
My Supabase project suddenly refuses to authenticate—every request that relies on the API key now fails. Nothing in the key or environment variables has changed on my side, so the quickest path forward ...Re-establish the API endpoint in Supabase, keeping the existing schema intact. • Regenerate—or properly re-assign—the service role API key and map it where the front-end expects it. • Test a couple of protected routes (REST or RPC) to prove that key authentication returns 200 responses instead of 401s. Acceptance is straightforward: once my test call using the provided API key succeeds from both cURL and the live app, the task is done. This is a quick fix, so I’m ready to grant immediate access to the Supabase dashboard and hop on a short ca...
Please...or finish registering the Twilio account and complete identity and compliance checks. • Secure at least one SMS-enabled phone number (or short code/alpha sender if that proves better) and link it to a new Messaging Service. • Configure opt-in/opt-out keywords so I stay compliant. • Set up a simple webhook that captures delivery receipts and error callbacks. • Supply two working examples: one cURL command and one short Node.js (or Python) script that shows how I can trigger an alert to a single subscriber. • Hand over a brief, step-by-step handoff document so I can repeat or modify the setup later. Success for me means I can log in, paste the sample code, press enter, and see the SMS land on my own phone—complete with a correct delivery ...
Our live WooCommerce site sits on a Plesk server behind Cloudflare and has started behaving oddly: some sessions append the query string “?srsltid=” and a few browsers have begun flashing security warnings. I have run quick checks with Sucuri, reviewed Cloudflare logs, and tested via cURL, yet no obvious infection surfaced, so I need a deeper look. The single most important task is a full malware and security audit. I want every corner of the WordPress core, theme, plugins and server environment inspected for hidden scripts, backdoors, rogue cron jobs, or clandestine redirects. There have been no recent code, theme, or content changes on my side, so anything you uncover is almost certainly the root of this new behaviour. You are free to use whichever tool-set you trust...
I already have a Discogs seller account, a registered application, and the consumer key / secret. What I am missing is a clean OAuth workflow and a repeatable cURL command (run from macOS Terminal) that can automatically post a new marketplace listing when I supply a release ID and the other listing details. Here is what I need from you: • Walk me through the correct authentication choice. I currently issue token-based cURL calls, but I am open to OAuth 1.0a or OAuth 2.0 if that is the reliable path for the “add listing” endpoint. • Provide the exact sequence of cURL commands: initial request token call, user authorisation, access token exchange (if applicable), and finally the POST call that creates the listing. • Document every step i...
I need a clean, self-contained FastAPI microservice that accepts an uploaded JPEG or PNG, automatically traces t...small set of deliverables: • Fully-commented Python code built on FastAPI, uvicorn-ready • or listing every dependency • A sample request/response JSON and the generated SVG file • One annotated screenshot that shows your script outlining a real image and the offset path it produced • Concise README covering setup, environment variables and a quick-start curl example Containerisation (Docker) is welcome but optional; if you include it, keep the image lean. Please name any third-party model weights or licences you plan to use up front so I can clear them internally. Looking forward to seeing your approach and the example result.
Hello Sanscomp, I have reviewed your request and can provide a robust Bash script to automate this token rotation. My Technical Approach: Fetcher: I will use curl with error handling to fetch the .m3u content securely. Parser: Using grep and sed (or awk), I will extract the dynamic Token and URL. I will include a validation step to ensure values are retrieved before modifying any files. Updater: To make this stable, I recommend we standardize your 5 scripts once to use a variable definition at the top (e.g., TOKEN="..."). My script will use sed -i to target that specific line and swap in the new value, leaving your ffmpeg logic untouched. Logging: The script will output simple status messages, which Cron will capture and email to you automatically on failure. Deliverabl...
...accept easy changes to the API base URL, key name, and header value. I will adjust the endpoint if it simplifies your work, so feel free to suggest parameter names or response structure. Deliverables: 1. Complete dialplan/AGI or ARI application files, clearly commented. 2. Any additional sound prompts or tone definitions for the periodic beep. 3. A short README showing required modules, example curl test, and the minimal changes I must add to or extensions.conf. 4. Confirmation that the solution handles the three scenarios above (no credit, low credit, credit exhausted) without leaking channels. The two WAV prompts will be ready for you, and I can spin up a test extension for live trials. Let me know which language you prefer for the control logic—Python, PHP, or a...
... Scope of Work All listed tasks must be completed. 1. Server Version Disclosure Prevention Remove server and framework version information from HTTP responses. Responsibilities Configure AWS Application Load Balancer to remove server headers Update CloudFront response headers policy Disable X Powered By headers in Customize error responses to prevent version leakage Validate using curl, browser developer tools, and security scanners 2. SSL/TLS Hardening Strengthen TLS configuration to meet modern security standards. Responsibilities Update ALB to TLS 1.2 and 1.3 only Disable weak protocols and insecure cipher suites Implement security headers including HSTS, X Frame Options, X Content Type Options Validate certificate chain and OCSP stapling Achieve SSL Labs A+ rating ...
... Scope of Work All listed tasks must be completed. 1. Server Version Disclosure Prevention Remove server and framework version information from HTTP responses. Responsibilities Configure AWS Application Load Balancer to remove server headers Update CloudFront response headers policy Disable X Powered By headers in Customize error responses to prevent version leakage Validate using curl, browser developer tools, and security scanners 2. SSL/TLS Hardening Strengthen TLS configuration to meet modern security standards. Responsibilities Update ALB to TLS 1.2 and 1.3 only Disable weak protocols and insecure cipher suites Implement security headers including HSTS, X Frame Options, X Content Type Options Validate certificate chain and OCSP stapling Achieve SSL Labs A+ rating ...
I need an integration that continuously pulls fleet availability from Vik Rent Car, sends confirmed reservations to Caren through the Caren API, and rejects any request that would create an overlap. Real-time availability checks are mandatory, so the moment a slot is taken in either ...the code. Acceptance criteria • Zero double bookings under stress tests. • All authentication secrets stored outside source control. • Clear log entries for every API call and handled exception. • README explaining setup, environment variables, and how to toggle the price-sync module. Deliverables • Well-commented source code (language of your choice, REST-friendly). • Postman or cURL collection that demonstrates every endpoint used. • Brief deplo...
...CI4 API Review + Fixes (Mobile App Support) Deliverables Routing review • Route groups /api/v1 • Correct HTTP verbs • Disable auto routing • Version-ready structure Controller review • Namespaces + visibility • Proper JSON responses • Validation + consistent error payloads Security & mobile readiness • Token/Bearer auth placement • CORS + preflight handling Testing support • Postman collection OR cURL examples Out of scope (explicit) • Full API redesign • OAuth/SSO • Performance tuning Acceptance criteria All existing API endpoints reachable and tested via Postman. ________________________________________ Milestone 6 — Supplier API Comparison Research Goal: Research best no-monthly-fee partners. Suppliers ...
...metadata) and returns concise answers without hallucinating policies or numbers. • Safety & tone controls: integrate guardrails for profanity, personally identifiable information, and brand voice consistency. • Simple API wrapper: deliver clean Python code (FastAPI preferred) exposing a single endpoint: POST /reply with {user_message, conversation_id}. • Quick-start docs: a README and sample cURL call are enough; I’ll plug it into the wider system from there. Acceptance test I’ll supply ten anonymized tickets. The program should answer at least eight of them with correct, policy-aligned replies in under two seconds each. If you’ve already fine-tuned or deployed customer-service chatbots, let me know what stack you used and any metric...
I need an end-to-end setup of the WhatsApp Business API for my company. The plan is to work with the official WhatsApp API (that’s the BSP ...takes me from “pending” to “approved” and lets our number send live messages without limitations. Deliverables • Live WhatsApp Business API number connected to my Business Manager, with credentials handed over. • Completed Facebook Business Verification, including any supporting documents, domain or phone confirmation, and final approval. • Brief deployment notes (endpoints, webhooks, sample cURL or Postman collection) so my dev team can immediately trigger and receive messages. If this is your daily bread—Meta Developer dashboards, webhooks, templates, and the constant dance with Fa...
We need an experienced PHP developer to make a few tightly scoped fixes on a live, legacy PHP frontend. The work is focused on debugging auth flow and a 401 API issue, plus ensuring Secrets Manager integration works correctly from EC2. This is not a rewri...Apache/PHP-FPM and validate login + key pages load Document repo/branch/commit + proof (200 response + screenshot) Requirements PHP (debugging legacy codebases) with auth middleware / route guards with AWS SDK for PHP (Secrets Manager) EC2 + IAM role-based auth basics patch what’s currently deployed (no repo switching) provide proof of fix (curl/DevTools + screenshot) Nice-to-Have Familiarity with Apache/Nginx, PHP-FPM Ability to work carefully on production under time pressure
...My immediate need is expert advice rather than full-scale coding: I want to understand the best way to structure the integration, which endpoints to call, and how to handle authentication, error handling, and data mapping between the two systems and my own backend. You’ll be drawing on proven, hands-on experience with BOTH ConnectWise and Pax8 APIs. I expect practical guidance backed by examples—cURL samples, Postman collections, or lightweight proof-of-concept scripts (PHP) that demonstrate the recommended approach. Deliverables • A short technical brief (PDF or Markdown) outlining authentication flow, key endpoints, rate-limit considerations, and webhook/event strategies for both APIs • Sample requests/responses for common tasks (e.g., account provisio...
My WordPress site keeps going to a wordpress site verification even though I have already disabled the Cloudflare proxy at DNS level. I need someone who understands Cloudflare headers, DNS propagation, and WordP...injected and eliminate it permanently—whether it’s hidden in the database, hard-coded in the theme, coming from an old worker, or being served from another layer of cache. Please document the root cause and the exact change you make so I can avoid the issue in the future. The job is complete when: • The unwanted verification tag is gone from all public pages (tested in an incognito browser and curl). • Cloudflare remains disabled for the domain unless I decide to re-enable it later. • No core site functionality, theme styling, or perfo...
...what I expect: • Pick or confirm the correct Ubuntu AMI, size the volume, and attach any additional EBS space if needed. • Configure SSH access with key-based login, disable root login, and set up at least one non-root sudo user. • Tighten security groups, enable UFW (or an equivalent firewall), and apply automatic security updates. • Install core utilities I’ll need for general server work—curl, git, htop, build-essential, etc.—and keep everything fully patched. • Give me clear CLI commands or simple documentation so I can repeat or tweak this setup myself later. Nothing exotic is required right now; a lean, secure, well-documented Ubuntu server is the goal. If you spot a smarter way to do something while you’re in there...
...WhatsApp Business/Cloud API SDK or a well-maintained wrapper. Deliverables 1. Clean, well-commented Python module or script that receives the event and sends the WhatsApp message. 2. Config file or environment variables for phone number ID, access token, template ID, etc. 3. README with setup steps (pip install requirements, environment variables, how to run tests). 4. Quick test routine or curl example so I can verify end-to-end before production. Acceptance criteria • Message reaches the user within two seconds of registration. • Script exits with clear success/failure codes so I can log outcomes. • Works on an Ubuntu 22.04 server with only the documented dependencies. Everything else—styling the template, additional triggers, or receiv...
...to Meta documentation. If you choose PHP, I am running 8.1 with Composer; if you prefer Node.js, target v18 LTS and npm. Whichever stack you pick, include concise setup instructions in a README. Deliverables 1. Source code for the webhook endpoint with secure token verification. 2. A brief install guide (.md) showing required environment variables, Facebook App settings, and testing steps with cURL or Postman. 3. Proof of concept: video or screenshots of a test lead successfully hitting the endpoint and logging the payload. Acceptance criteria The endpoint must return a 200 OK to Facebook within the required timeframe, log the full payload, and expose a function I can extend for downstream processing. All credentials should be read from env variables; no hard-coded secrets....
I need a straightforward solution that can check a business email address the very moment it is entered and immediately tell me whether it will accept mail. T...fast enough to feel instant in a web form and accurate enough that I can discard bad addresses with confidence. A lightweight script in Python, Node, or PHP is fine, as long as it can be dropped into an existing PHP/Laravel stack and exposed through a simple REST endpoint. Deliverables • Clean, well-commented source code for real-time verification • A short README with setup steps and sample cURL calls • Proof-of-concept demo page showing pass / fail feedback within one second I will consider the job done when I can point the script at a live business email and reliably see whether it is valid, inval...
I need a compact electron vite Python-based pipeline that can watch hours of raw footage and automatically carve it into clean rushes. The idea is simple: detect every meaningful scene chan...detection, one for camera-motion cues, one for assembly/export. • Optimise inference so a 30-minute clip processes in roughly real-time on a modern GPU. Acceptance I’ll pass you a sample reel; if the script returns shot lists that match at least 95 % of my manual cuts and labels major camera moves, we’re good. Deliver the repository, a tidy , and a one-page README that shows a curl / Python call to trigger the workflow. I’m on a tight schedule, so clear, frequent commits and the ability to iterate quickly will be key. Let me know your availability and how soon you c...
...The Problem DALL-E generates valid image URLs, but downloading them to local disk fails with DNS/network errors. All attempted download methods fail with the same root cause: curl: Exit code 6 (couldn't resolve host) PowerShell: Blocked by execution policy, and when bypassed, DNS resolution fails VBScript with MSXML2: "Server name or address could not be resolved" Windows URLDownloadToFile API: Error code 0x800C0005 (DNS resolution failure) WinHTTP/MSXML2 COM objects: Connection failures System Environment - OS: Windows (cmd shell) - Application: LibreOffice Calc (not Excel) - Language: VBA/LibreOffice Basic - curl version: 7.55.1 (installed but DNS fails) Requirements - Fix the DescargarImagenLocal() function to successfully download images from DALL-E ...
...The Problem DALL-E generates valid image URLs, but downloading them to local disk fails with DNS/network errors. All attempted download methods fail with the same root cause: curl: Exit code 6 (couldn't resolve host) PowerShell: Blocked by execution policy, and when bypassed, DNS resolution fails VBScript with MSXML2: "Server name or address could not be resolved" Windows URLDownloadToFile API: Error code 0x800C0005 (DNS resolution failure) WinHTTP/MSXML2 COM objects: Connection failures System Environment - OS: Windows (cmd shell) - Application: LibreOffice Calc (not Excel) - Language: VBA/LibreOffice Basic - curl version: 7.55.1 (installed but DNS fails) Requirements - Fix the DescargarImagenLocal() function to successfully download images from DALL-E...
...s2 and on that box, wired up so I can hit them with a simple curl command and get back translated text. Your job is to: • set up the environment (you can advise the best-fit Python 3.x version), • install all dependencies and download the required models for the two libraries, • expose a lightweight REST endpoint (Flask, FastAPI, or similar) that accepts source text, source language and target language, returns the translated string in JSON, and works via curl out of the box, • give me start/stop scripts or a single Dockerfile/compose file so I can recreate the service quickly, • hand over a short README detailing the install steps and an example curl call. The server is Linux, so please assume systemd or docker-compose for service manage...
...misconfiguration (whether header-related, cache, Brotli, or HTTP/2 framing coming from Apache). 2. Apply the fix so JPEGs render normally on every page while Cloudflare remains enabled. 3. Hand me a brief change log so I can reproduce the solution in staging. You will have SSH access to the server and full Cloudflare dashboard privileges once we start. Please be comfortable combing through Apache logs, curl traces, and Cloudflare analytics to isolate protocol errors quickly....
...NextCloud All-in-One on an Ubuntu server I access via SSH. The machine is already online; Docker and Docker-Compose can be installed if you prefer that route. My goal is to end up with a fully functional NextCloud instance reachable from the public internet, secured with HTTPS and ready for additional apps. Key deliverables: • Install all required dependencies (Docker, Docker-Compose or Podman, cURL, etc.) • Pull and run the official NextCloud AIO container suite • Configure HTTPS (Let’s Encrypt or comparable certificate) and set the instance behind an optimal reverse-proxy setup • Create the first admin user and verify basic functions: file upload, calendar, contacts • Provide a short text file documenting every command used, plus how to u...
I’m expanding our backend with a brand-new real-time data pipeline that taps directly into large-language-model APIs. The codebase is a mix of Node.js and Python, so the new work must feel native in both environments and follow our existing style....documented endpoints (REST or GraphQL—your recommendation) plus succinct unit tests demonstrating expected behaviour and graceful failure handling. Acceptance criteria • End-to-end latency for a single request stays under 1 s for typical 2 k-token prompts. • Code is lint-clean (eslint / flake8) and ships with at least 90 % test coverage. • README shows local setup, environment variables, and a cURL example that returns a live LLM response. I’ll provide access to our Git repo, sample payloads, and ...
...ever need to reset the database. • Input validation baked in on both the client and server sides to guard against obvious injection or malformed requests. Once everything is finished I just want to copy the files to my host, import the SQL, tweak any environment variables you document, and see the site live. A short README that outlines the setup steps, required versions (if any), and sample cURL calls for the APIs will wrap this up nicely....
I’m stuck at the database selection step while installing Joomla 6 on my cPanel server. The installer never shows a database driver even though both mysqli and mysqlnd are enabled. Current stack – PHP ea-php83 (8.3) with mysqlnd 8.4.16 – MySQL 8.0.45 – phpMyAdmin confirms mysqli, curl and mbstring extensions are loaded. What I need • Diagnose and correct the server-side misconfiguration that hides the database driver choice. • Finish a clean Joomla 6 install using the default installation settings. • Modify htaccess file modified to use https for site. • Add site to Cloudflare and configure correctly for email. • Provide a short report of the changes made so I can replicate them elsewhere. I’m not sure whethe...
...records or email confirmation are both fine, so choose whichever combination gets us approved fastest. • Configure production-ready sending limits and the correct sending pool to sustain the 50 k-per-day volume without throttling. • Build the required IAM policies, SMTP credentials and verified identities, then walk me through where to store them safely. • Set up the SMTP endpoint and show me sample cURL / Postfix / Node or PHP snippets so I can trigger campaigns directly through the SES SMTP API. • Apply essential deliverability best practices: SPF, DKIM, DMARC, feedback loops, dedicated IP (if needed), and relevant sending rate adjustments. I don’t need integrations beyond AWS SES itself—once the SMTP endpoint is live and tested, I’ll plug...
Top curl Community Articles
120 Best Free Fonts for Designers
Are you looking to make a statement and ensure that your messages stand out? It’s all about the font! The perfect font can be used to match the theme
9 Quotes From Emmy-Nominated TV Series That Will Sum Up Your Work Week
With the 68th Emmy Awards just around the corner, we’ve rounded up 9 freelancer-relatable work week quotes.