0

I'm getting following error during api call in postman. This happens only first time during api call afterwards it work successfully.

{ 
 "name": "PHP Core Warning",   
 "message": "Module 'OAuth' already loaded",   
 "code": 32,   
 "type": "yii\\base\\ErrorException",  
 "file": "Unknown",   
 "line": 0,   
 "stack-trace": [
     "#0 [internal function]: yii\\base\\ErrorHandler-handleFatalError()", "#1 {main}"   
 ]                        
}
Shai
  • 111,146
  • 38
  • 238
  • 371

2 Answers2

0

Is the api expecting a content-type header which you are not sending

Rajat
  • 410
  • 4
  • 19
0

try to reopen posman and check it will work