i am trying to setup ADF to connect to HTTP API source and get a CSV file.
Works fine in Postman so I know basic auth is working ok.
I setup linked service and test connection which is fine, auth set to Basic and same credentials as used in Postman
I then setup delimited dataset to use linked service and it wont let me import schema, getting 403 Forbiden
So I tried to create the copy data object anyway but get the same 403 error on debug.
i have tried self hosted Ir and autoresolve, both work when doing Linked Service "test connection".
i also tried changing the base URL to be the full URL in the linked service so no relatuive URL required. Again Linked service test is fine but dataset schema import gets 403
What am I missing here, its like my auth details are being applied from dataset.