This is a migrated thread and some comments may be shown as answers.

HTTP request via composer keeps taking me to signin page

1 Answer 71 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 18 Jul 2016, 11:37 PM

Hi, I am trying to do a simple GET request via the composer for URL like https://<xxx>.visualstudio.com/DefaultCollection/_apis/wit/workitems?ids=1&api-version=1.0

And it keeps going to https://<xxx>.visualstudio.com/_signin instead of returning the data.  I can paste the link in the browser and gets the results in a json file just fine.

I have automatically authenticate enabled under options, and I have tried including "Authorization: Basic <my personal access token>" in the header as well, but neither worked.

Does anyone know a way to work around this?  Thanks.

 

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 26 Jul 2016, 02:34 PM
Hello,

Automatically authenticate will try authenticating with the credentials of your machine/domain user. Are you sure these will work for the domain mentioned?

You might be logged in with the browser and the browser might use the session cookie for authentication. Why don't you compare the browser request with what you are composing?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Fiddler Classic
Asked by
Peter
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or