The Wayback Machine - https://web.archive.org/web/20201106150722/https://github.com/microsoft/aspnet-api-versioning/issues/681
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

issue after migration web API Core 1.0 to 3.1 #681

Open
Naveen29 opened this issue Oct 23, 2020 · 2 comments
Open

issue after migration web API Core 1.0 to 3.1 #681

Naveen29 opened this issue Oct 23, 2020 · 2 comments
Assignees
Labels

Comments

@Naveen29
Copy link

@Naveen29 Naveen29 commented Oct 23, 2020

Hi,

We have developed out application using asp.net core 1.0 for UI and Web Api with Core 1.0, and it was working fine, now we have planed to migrate Web Api to 3.1 and we have not migrated UI application. so now when we call the API from UI application i getting error like , we are not getting header values and even model values are null,

But when we try to call the api 3.1 from postman it working fine and able access the methods.

what can we the issue ?

@commonsensesoftware
Copy link
Member

@commonsensesoftware commonsensesoftware commented Oct 23, 2020

So things work if you use Postman, but not your app? Some significant changes to routing have been made since 1.0. It sounds like it may be an issue with the code. Do you have more details or a repro to share?

@commonsensesoftware
Copy link
Member

@commonsensesoftware commonsensesoftware commented Oct 29, 2020

We're you able to get things working? Can you provide some additional context if not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.