博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
获取本机IP,用户代理
阅读量:6835 次
发布时间:2019-06-26

本文共 2247 字,大约阅读时间需要 7 分钟。

  1、获取本机IP:http://httpbin.org/ip

   

  2、获取用户代理

   https://httpbin.org/user-agent

   

  https://httpbin.org/

 

httpbin(1): HTTP Request & Response Service

Freely hosted in , , &  flavors by  &.

BONUSPOINTS

  •  The current time, in a variety of formats.

ENDPOINTS

  •  This page.
  •  Returns Origin IP.
  •  Returns user-agent.
  •  Returns header dict.
  •  Returns GET data.
  • /post Returns POST data.
  • /patch Returns PATCH data.
  • /put Returns PUT data.
  • /delete Returns DELETE data
  •  Returns request data, including method used.
  • /anything/:anything Returns request data, including the URL.
  •  Returns page containing UTF-8 data.
  •  Returns gzip-encoded data.
  •  Returns deflate-encoded data.
  •  Returns brotli-encoded data.
  •  Returns given HTTP Status code.
  •  Returns given response headers.
  •  302 Redirects n times.
  •  302 Redirects to the foo URL.
  •  307 Redirects to thefoo URL.
  •  302 Relative redirects n times.
  •  302 Absolute redirects n times.
  •  Returns cookie data.
  •  Sets one or more simple cookies.
  •  Deletes one or more simple cookies.
  •  Challenges HTTPBasic Auth.
  •  404'd BasicAuth.
  •  Challenges HTTP Digest Auth.
  •  Challenges HTTP Digest Auth.
  •  Streams min(n, 100) lines.
  •  Delays responding for min(n, 10) seconds.
  •  Drips data over a duration after an optional initial delay, then (optionally) returns with the given status code.
  •  Streams n bytes, and allows specifying a Range header to select a subset of the data. Accepts a chunk_size and request duration parameter.
  •  Renders an HTML Page.
  •  Returns some robots.txt rules.
  •  Denied by robots.txt file.
  •  Returns 200 unless an If-Modified-Since or If-None-Match header is provided, when it returns a 304.
  •  Assumes the resource has the given etag and responds to If-None-Match header with a 200 or 304 and If-Match with a 200 or 412 as appropriate.
  •  Sets a Cache-Control header for n seconds.
  •  Generates n random bytes of binary data, accepts optional seed integer parameter.
  •  Streams n random bytes of binary data in chunked encoding, accepts optional seed and chunk_size integer parameters.
  •  Returns page containing n HTML links.
  •  Returns page containing an image based on sent Accept header.
  •  Returns a PNG image.
  •  Returns a JPEG image.
  •  Returns a WEBP image.
  •  Returns a SVG image.
  •  HTML form that submits to /post
  •  Returns some XML

转载于:https://www.cnblogs.com/shaosks/p/7366133.html

你可能感兴趣的文章
webpack笔记
查看>>
最最最常用的十大ES6特性总结
查看>>
leetcode.最小栈问题
查看>>
js实现可执行的字符串计算
查看>>
IPFS基本使用
查看>>
玩转Go语言之闭包
查看>>
iOS 控制器的实例 的block循环引用
查看>>
用委托者模式实现的多类型Adapter
查看>>
大数据技术于应用 可视化图表的开发应用
查看>>
说说MySQL索引相关
查看>>
小猿圈Java学习之程序员需要注意的5项守则
查看>>
CentOS 6.5安装Redis-2.8.23
查看>>
Django模板和变量的使用
查看>>
eyoucms上传不了logo,重试总是失败
查看>>
确认下眼神,这是你需要的MES软件吗?
查看>>
PTGUI全景合成软件使用教程之蒙版的使用
查看>>
虚拟机windows7及安装系统
查看>>
Altas 2.2.1 在 Ubuntu 14.04 LTS 下编译安装
查看>>
电影下载网站收集
查看>>
linux用户管理
查看>>