Difference between revisions of "Missing token"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
 +
cast chain-id -r http://localhost:8551
 +
Error:
 +
HTTP error 401 with body: missing token
 +
 
 +
 +
Context:
 +
- HTTP error 401 with body: missing token
 +
 +
 +
  
 
  curl  http://localhost:[[8551]]
 
  curl  http://localhost:[[8551]]
Line 5: Line 17:
  
  
  [[curl -H]] "Authorization: Bearer 0x7d16cdd11c1a14bb61aa" http://localhost:8551
+
  [[curl -H]] "[[Authorization: Bearer]] 0x7d16cdd11c1a14bb61aa" http://localhost:8551
 
  [[token contains an invalid number of segment]]
 
  [[token contains an invalid number of segment]]
  
Line 11: Line 23:
 
  [[curl -H]] "Authorization: Bearer YOUR_TOKEN_HERE" http://localhost:8551
 
  [[curl -H]] "Authorization: Bearer YOUR_TOKEN_HERE" http://localhost:8551
  
 +
== Related ==
 +
* [[~/Library/Ethereum/geth/jwtsecret]]
  
 
+
== See also ==
{{geth}}
+
* {{geth}}

Latest revision as of 12:23, 12 September 2024


cast chain-id -r http://localhost:8551
Error:
HTTP error 401 with body: missing token
 

Context:
- HTTP error 401 with body: missing token



curl  http://localhost:8551
missing token


curl -H "Authorization: Bearer 0x7d16cdd11c1a14bb61aa" http://localhost:8551
token contains an invalid number of segment


curl -H "Authorization: Bearer YOUR_TOKEN_HERE" http://localhost:8551

Related[edit]

See also[edit]

Advertising: