Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs(requests): update requests with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 14, 2025
1 parent 64695cc commit aaec153
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
10 changes: 6 additions & 4 deletions requests/checkphatnguoi_vn.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Get for 6A64685
POST /phatnguoi
HOST: https://api.checkphatnguoi.vn
# Config
@plate = 30F88251

### Get for {{plate}}
POST https://api.checkphatnguoi.vn/phatnguoi
Content-Type: application/json

{"bienso": "60A64685"}
{"bienso": "{{plate}}"}
23 changes: 14 additions & 9 deletions requests/csgt_vn.http
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
### csgt
POST /?mod=contact&task=tracuu_post&ajax
HOST: www.csgt.vn
Cookie: PHPSESSID=jmg7m23ttkho70rap0fs6evgb0
# Config
@plate = 30F88251
@type = 1
@phpsessid = jmg7m23ttkho70rap0fs6evgb0
@captcha = rtz4rv

### Get data for {{plate}} with type {{type}}
POST www.csgt.vn/?mod=contact&task=tracuu_post&ajax
Cookie: PHPSESSID={{phpsessid}}
content-type: application/x-www-form-urlencoded

BienKS=60A64685 &
Xe=1 &
captcha=rtz4rv &
ipClient=9.9.9.91 &
cUrl=1
BienKS = {{plate}} &
Xe= {{type}} &
captcha = {{captcha}} &
ipClient = 9.9.9.91 &
cUrl = 1
9 changes: 6 additions & 3 deletions requests/phatnguoi_vn.http
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### phatnguoi.vn
GET /web/tra-cuu/30F88251/1
HOST: https://api.phatnguoi.vn
# Config
@plate = 30F88251
@type = 1

### Get data for {{plate}} with type {{type}}
GET https://api.phatnguoi.vn/web/tra-cuu/{{plate}}/{{type}}

0 comments on commit aaec153

Please sign in to comment.