skip to Main Content

Unable to detect http headers – Apache

I've setup my api into web server, currently im unable to retrieve data using my app key but able to do so using postman, please do help const httpOptions = { headers: new HttpHeaders({ 'APP_KEY': 'ABCDEFGHJ' }) }; this.http.get('<my_api_link>', httpOptions).subscribe((res)…

VIEW QUESTION
Back To Top
Search