Skip to content
September 18, 2025

Pupli

  • .NET
    • .NET Core
    • ASP.NET
    • ASP.NET Blazor
    • ASP.NET MVC
    • ASP.NET Web APIs
    • ASP.NET Worker Services
    • async/await
    • AutoMapper
    • BenchmarkDotNet
    • C#
    • Dapper
    • DateTime
    • Dependency Injection
    • Entity Framework
    • EPPlus
    • FluentEmail
    • gRPC
    • Hangfire
    • HttpClient
    • Identity
    • Image Processing
    • MailKit
    • MassTransit
    • MediatR
    • MessagePipe
    • ML.NET
    • MongoDB
    • NuGet
    • Polly
    • PostgreSQL
    • Protobuf
    • Quartz.NET
    • Resources
    • RestSharp
    • Security
    • Selenium
    • Seq
    • Serilog
    • Sharp7
    • SharpVectors
    • SharpZipLib
    • SignalR
    • SOAP
    • StackExchange.Redis
    • String
    • Syncfusion
    • Windows
    • WPF
    • XML
  • About
  • C/C++
    • Qt
  • Database
    • Hibernate
    • MongoDB
    • MySQL
    • PostgreSQL
    • Redis
  • Electrical
    • PLC
  • Go
  • Java
    • Apache POI
    • Gradle
    • Groovy
    • Gson
    • Java
    • Joda
    • Kotlin
    • OkHttp
    • Quartz
    • RxJava
    • Spring
  • JavaScript
    • Express
    • JavaScript
    • Moment.js
    • Mongoose
    • Node.js
    • PM2
    • RxJS
    • Socket.IO
    • TypeScript
    • Yarn
  • Linux
    • Apache
    • Arch
    • Bash
    • EndeavourOS
    • Fedora
    • Git
    • Kali
    • Linux
    • Manjaro
    • Mint
    • Nginx
    • PDF
    • SSH
    • Tools
      • Certbot
      • cron
      • cURL
      • DNS
      • FFmpeg
      • GPG
      • grep
      • HAProxy
      • ip
      • iptables
      • Nmap
      • ProxyChains
      • rsync
      • sch
      • Superset
      • systemd
      • ufw
    • Ubuntu
    • VPN
  • Math
    • Formula
  • Microsoft
    • BAT
    • BI
    • Excel
    • PowerShell
    • Windows
      • DNS
    • Windows Server
    • WSL
  • Mobile
    • Android
    • Ionic
  • MQ
    • MQTT
    • RabbitMQ
  • Network
    • Cisco
    • Network+
  • Programming
    • Architectural Patterns
  • Python
    • Bokeh
    • Celery
    • Django
    • dnspython
    • Flask
    • Gunicorn
    • Network
    • NumPy
    • OpenCV
    • openpyxl
    • Pandas
    • PIL
    • psutil
    • PyInstaller
    • PyScreeze
    • PySide
    • pytesseract
    • Python
    • requests
    • Selenium
    • SQLAlchemy
    • SQLite
    • Telegram Bot
    • Virtualenv
    • Windows
  • Sample Page
  • Tools
    • GitHub Copilot
  • Web
    • Angular
    • Bootstrap
    • HTML
    • Next.js
    • PWA
    • React
    • Tailwind CSS
    • Vite
    • WordPress
    • XPath
    • CSS
Main Menu

Tag: Linux

Set a timeout for Curl

April 23, 2022 - by mahmood
curl --connection-timeout 5 https://reqbin.com/echo

References
https://reqbin.com/req/c-70cqyayb/curl-timeout

Set the User-Agent using Curl

April 23, 2022 - by mahmood
curl https://reqbin.com/echo
   -A "ReqBin Curl Client/1.0"

References
https://reqbin.com/req/c-ekublyqq/curl-user-agent

Send a CORS request using Curl

April 23, 2022 - by mahmood
curl -H "Origin: https://example.reqbin.com" 
   https://reqbin.com/echo

References
https://reqbin.com/req/c-taimahsa/curl-cors-request

Get JSON with Curl

April 23, 2022 - by mahmood
curl https://reqbin.com/echo/get/json
   -H "Accept: application/json"

References
https://reqbin.com/req/c-vdhoummp/curl-get-json-example

Follow redirects using Curl

April 23, 2022 - by mahmood
curl -L http://www.reqbin.com/echo

References
https://reqbin.com/req/c-bvijc9he/curl-follow-redirect

Use Curl with a proxy

April 23, 2022 - by mahmood
curl https://reqbin.com/echo
   -x myproxy.com:8080
   -u login:password

References
https://reqbin.com/req/c-ddxflki5/curl-proxy-server

Send Basic Auth Credentials with Curl

April 23, 2022 - by mahmood
curl https://reqbin.com/echo
   -u "login:password"

References
https://reqbin.com/req/c-haxm0xgr/curl-basic-auth-example

Send Cookies using Curl

April 23, 2022 - by mahmood
curl --cookie "Name=Value" https://reqbin.com/echo

References
https://reqbin.com/req/c-bjcj04uw/curl-send-cookies-example

Add a header to a Curl request

April 23, 2022 - by mahmood
curl https://reqbin.com/echo/get/json
   -H "X-Custom-Header: value"
   -H "Content-Type: application/json"

References
https://reqbin.com/req/c-ea0d5rlb/curl-add-header-example

Ignore SSL certificate errors when using Curl

April 23, 2022 - by mahmood
curl -k https://expired.badssl.com

References
https://reqbin.com/req/c-ug1qqqwh/curl-ignore-certificate-checks

Posts pagination

Previous 1 … 9 10 11 … 36 Next

Archives

  • September 2025 (3)
  • August 2025 (2)
  • June 2025 (3)
  • May 2025 (4)
  • April 2025 (2)
  • March 2025 (5)
  • February 2025 (3)
  • January 2025 (4)
  • December 2024 (1)
  • October 2024 (3)
  • September 2024 (2)
  • August 2024 (3)
  • July 2024 (5)
  • June 2024 (47)
  • May 2024 (10)
  • April 2024 (1)
  • March 2024 (5)
  • February 2024 (4)
  • January 2024 (2)
  • December 2023 (12)
  • November 2023 (3)
  • October 2023 (4)
  • September 2023 (13)
  • August 2023 (13)
  • July 2023 (1)
  • June 2023 (7)
  • May 2023 (10)
  • April 2023 (16)
  • March 2023 (8)
  • February 2023 (10)
  • January 2023 (7)
  • December 2022 (10)
  • November 2022 (17)
  • October 2022 (26)
  • September 2022 (8)
  • August 2022 (39)
  • July 2022 (21)
  • June 2022 (6)
  • May 2022 (34)
  • April 2022 (65)
  • March 2022 (39)
  • February 2022 (33)
  • January 2022 (20)
  • December 2021 (9)
  • November 2021 (12)
  • October 2021 (1)
  • September 2021 (2)
  • August 2021 (3)
  • July 2021 (2)
  • June 2021 (1)
  • May 2021 (5)
  • April 2021 (21)
  • March 2021 (29)
  • January 2021 (2)
  • December 2020 (1)
  • November 2020 (6)
  • October 2020 (13)
  • September 2020 (21)
  • August 2020 (20)
  • July 2020 (4)
  • May 2020 (14)
  • April 2020 (26)
  • March 2020 (5)
  • February 2020 (1)
  • December 2019 (35)
  • November 2019 (25)
  • October 2019 (10)
  • September 2019 (11)
  • August 2019 (23)
  • July 2019 (79)
  • June 2019 (44)
  • May 2019 (93)
  • April 2019 (22)
  • March 2019 (31)
  • February 2019 (10)
  • January 2019 (15)
  • December 2018 (8)
  • November 2018 (4)
  • October 2018 (16)
  • September 2018 (9)
  • August 2018 (19)
  • July 2018 (22)
  • June 2018 (19)
  • May 2018 (19)
  • April 2018 (7)
  • February 2018 (3)
  • January 2018 (10)
  • December 2017 (28)
  • November 2017 (20)
  • October 2017 (16)
  • September 2017 (12)
  • August 2017 (43)
  • July 2017 (42)
  • June 2017 (31)
  • May 2017 (40)
  • April 2017 (28)
  • March 2017 (47)
  • February 2017 (35)
  • January 2017 (36)
  • December 2016 (16)
  • November 2016 (23)
  • October 2016 (23)
  • September 2016 (17)
  • August 2016 (24)
  • July 2016 (16)
  • June 2016 (19)
  • May 2016 (16)
  • April 2016 (18)
  • March 2016 (9)
  • February 2016 (11)
  • January 2016 (10)
  • December 2015 (34)
  • November 2015 (24)
Copyright © 2025 Pupli.
Powered by WordPress and HitMag.