Posts by Jefferson • 3 points
4 posts
-
-1
votes1
answer35
viewsQ: I can’t access controller
Good afternoon, I am having a great difficulty to access an api, via jquery the same always returns error 400 and sometimes 415 follows example: -- Jquery-- -- api controller -- ---Class-- Thank…
-
0
votes1
answer98
viewsQ: Ionic 4 Query
Good afternoon, I’m new in angular, I’m trying to do a search via Ionic, but I’m not getting, follow the source: Thank you very much.…
-
0
votes1
answer85
viewsQ: Ionic 4 navigate
Good afternoon, I am new to the angular/Ionic platform, I am studying and I have a function: async update() { this.contactService.updateservice(this.frmcontactdetail.value).subscribe(); const toast…
-
0
votes1
answer109
viewsQ: Redeem Cookie Values
Good afternoon I have an application in MVC that generates some cookies, I wonder if it is possible to redeem these cookies through an Api, because I tried and unfortunately could not. Code…