Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to fetch the data in postman response #7408

Closed
teja5 opened this issue Sep 30, 2019 · 1 comment
Closed

unable to fetch the data in postman response #7408

teja5 opened this issue Sep 30, 2019 · 1 comment
Labels
support How do I ... ? Can I ... ?

Comments

@teja5
Copy link

teja5 commented Sep 30, 2019

the Api call which i was making is working in deprecated chrome app but not in desktop app

Capture
isseue

@codenirvana codenirvana added the support How do I ... ? Can I ... ? label Sep 30, 2019
@codenirvana
Copy link
Member

@teja5 Looks like there's som application logic which rejects request based on User-Agent request header (maybe trying to allow only browser requests).

Check if adding a browser user-agent (like Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)) fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support How do I ... ? Can I ... ?
Projects
None yet
Development

No branches or pull requests

2 participants