Questions tagged as 'route'

0
answers

Problem sending email AWS [closed]

I have two domains, .com and .com.br , for the domain .com all the emails sent and received are all right. But if I send e-mail to the e-mail For example, .com.br , this I usually get, now if you put contato@...
asked by 28.05.2015 / 22:36
2
answers

Know if user has Waze installed

I have an application that performs routes between the current position and a certain point. For this, I call an Activity: final Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("http://maps.google.com/maps?daddr="+...
asked by 03.03.2017 / 21:14
1
answer

How to check route parameters in Laravel and only accept specific parameters?

I would like to know how to create a function that validates the parameter received from a route in Laravel , for example, has a route: Route::get('fotos/{user_id}'); where users can only access where user_id is equal to the id...
asked by 31.03.2017 / 15:05
1
answer

Redirect Route direct to the view

I've read in some places that the correct way is to point the route to a controller and then redirect to a view . I do this even when I will not pass any variables to this view ? In this case, I will have a "about us" page where you will...
asked by 09.10.2017 / 23:43
1
answer

SlimFramework: Method not allowed. Must be one of: GET

I'm having trouble resolving an error that is occurring in slim framework . I have a contact page that is accessed / p / contact , after accessing and clicking the submit button, it tries to send <form> via POST to the action...
asked by 07.03.2017 / 23:42
1
answer

Block routes according to the user's permission AngularJS

I have a system where I log in to a user, if all right, the server returns an object and I store that object in sessionStorage . I can retrieve this object to do some validations, eg render some components according to the user's permissio...
asked by 02.10.2015 / 14:45
1
answer

url redirection

Well, it's been a few days since I've encountered some problems in a task. What I need to do is: Verify that the url is in the right format, and if it is not, redirect to the correct url. In the other urls I did I had no problems, but this one I...
asked by 06.04.2015 / 21:44
1
answer

DNS redirection for Amazon machine

Hello, I have an EC2 machine in amazon, and I hired the Route 53 service, I created a hosted zone, so I had 4 dns addresses, I put this in my domain and it is still appearing that the page is not available, I should I install a dns server on the...
asked by 09.08.2014 / 01:02
2
answers

Laravel 5.3 with Ajax

I would appreciate your help in solving an Ajax problem with Laravel 5.3 I'm experiencing problems with Internal Server Error 500, and looking for information about it may be routing problem or csrf_token (), but I've already made the changes...
asked by 10.02.2017 / 02:02
1
answer

Subdomain does not load styles and scripts

Good morning, 1- I created a new solution in Visual Studio 2012; 2- I created ASP.NET MVC 4 Web Application. I opted for a "BASIC" project, Framework 4.5 and the Razor engine; 3- I created the Home controller; 4 - I created the view...
asked by 13.02.2015 / 11:54