Posts by Thayller vilela cintra • 25 points
4 posts
-
0
votes1
answer100
viewsQ: src iframe error
my code: <div class="col-md-3 col-sm-4 col-xs-6" *ngFor="let g of gag"> <div *ngIf="g.tipo == 2"> <iframe width="280" height="162" [src]="g.caminho" frameborder="0" allow="autoplay;…
-
1
votes1
answer441
viewsQ: Error http 419 Laravel-Cors?
To fix Cors failure in the Laravel api I used the package Laravel Cors and followed everything that was reported in readme, but now it is returning an error to me when making a request http post…
-
0
votes0
answers91
viewsQ: Error while listing routes in an Laravel Api
Personal I am developing a Rest api using Windows and to create this api I am using the tutorial: https://rafaell-lycan.com/2015/construindo-restful-api-laravel-parte-1/…
-
-1
votes2
answers481
viewsQ: Cors error at angle 6
Guys I’m having this mistake in a project: Failed to load http://127.0.0.1:8000/hqi/pages: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin…