You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I make a get call. The flask app is ignoring the view field, and only matching to the name for a return of the get call. As an example if I have testcname.ansible.com in an 'external' view, the below request will return that external record:
If I make a get call. The flask app is ignoring the view field, and only matching to the name for a return of the get call. As an example if I have testcname.ansible.com in an 'external' view, the below request will return that external record:
From Postman:
Notice the GET call above is querying where the
view=Internal
. However, the result shows a record from theExternal
view.The text was updated successfully, but these errors were encountered: