Questions tagged as 'url'

1
answer

Problem with paperclip after inner join

I have 2 tables ( members and pics ), and I just made a inner join and now when I send a call to the image in the view, it does not send me the url of the image anymore. Before the join it showed the data like this....
asked by 26.10.2016 / 20:04
2
answers

so that it serves the question mark before a variable

Good excuse a question I'm starting in php and a partner asked me to serve the question mark before a variable since he is using it in this part < a href = "? load '=' create" & nt; Register < / a > I say it's to pass variables...
asked by 05.02.2017 / 06:19
2
answers

How to solve problem when showing URL that has a security certificate

When I show a url that has a security certificate (https: //), the view goes blank, but those that do not have a security certificate load without problem (http: //). Next the code that shows the page view with security certificate, I use a w...
asked by 14.08.2018 / 01:17
1
answer

Friendly URLs, remove / replace parts of a .htaccess URL

I have this url to access a study on the web: http://miweb.com/index.php?option=com_component&view=estudio&factura=1&id=25977&token=8f8c54a3ce165332fd59f17 I want a URL similar to the following, redirect to the previous one...
asked by 12.03.2018 / 11:49
2
answers

Get part of a Selenium Python url

I have this URL and I just want to get a part of it: https://onevideo.aol.com/#/inventorysource/1024374?makeDuplicate=true The part I want to obtain is the id: 1024374 to then enter it in this other url: https://onevideo.aol.com/inventory...
asked by 24.10.2017 / 02:25
1
answer

receive parameters by url nodejs

I would like to be able to receive some parameter by url with nodejs I have tried it this way: router.get('/events:id', (req,res) => { var choice = req.params.id; }) However I get this error:     
asked by 21.04.2018 / 04:17
1
answer

How to link material buttons desing to social networks?

My problem is as follows, create a menu with Material desing and I do not know how to link the url of my profiles to the buttons that are displayed BELOW I LEAVE MY CODE <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:...
asked by 14.03.2018 / 20:56
1
answer

laravel remove index.php from the url

I have a site where I can access with https://www.pagina.com but also with https://www.pagina.com/index.php I would like NOT to be able to access with that index.php (seo questions) my .htaccess: <IfModule mod_rewrite.c> &...
asked by 03.12.2017 / 01:52
1
answer

Get JSON of web service in JAVA

I am starting in the programming of online databases and its communication with a local application such as a JAVA or Android desktop application. My question is this: Having a PHP service configured in a URL that returns all the data in t...
asked by 25.10.2017 / 14:33
1
answer

Send by POST

Good morning, I have a problem, because I was using a website sending the data by GET and of course now I am aware of this and I want to modify it to POST so that the data is not displayed. The GET data sent them via URL as follows: <td>...
asked by 28.04.2017 / 08:44