Web - Server

Wednesday 22 September 2021, 16:38  #1
Web - Server-GraphQL
koez
  • 1 posts

I try post id to find id but error

Request
```
POST /web-serveur/ch66/api/graphql?query=postid HTTP/1.1
Host: challenge01.root-me.org
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: close
Upgrade-Insecure-Requests: 1
If-None-Match: W/"ad-VKihh1M3y1iz8DDYXF3wXTmN2+0"
```

and Response
```
HTTP/1.1 401 Unauthorized
Date: Wed, 22 Sep 2021 14:35:52 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 36
Connection: close
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=15552000; includeSubDomains
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
ETag: W/"24-wbukLohb1hAvOd2klkJWLOdfVWg"

"msg":"No Authorization was found"
```

can u help me?


postid.png
postid.png
 (PNG, 38.3 kb)
Friday 24 September 2021, 11:55  #2
Web - Server-GraphQL
Th1b4ud
  • 1636 posts

Create an account on the application challenge and add your authorization bearer to your query headers