Category "url"

Is it safe to use emojis and asterisks * in URLs? [closed]

Are these valid URLs to use in a web app? https://example.com/take-a-💩 https://example.com/calc/2*2 Will there be any unexpected b

I'm trying to write a clean url for my website using the $_SERVER['REQUEST_URI'] in php

I have two webpage link together like when a button is press it leads to the second webpage. my problem is that I'm trying to get a clean url with the .php remo

React Router target div id in home page

I am using react router specifically the HashRouter since I am trying to host my react app on github pages. Prior to using the HashRouter I was just using the B

Why does scraping a Persian website with a non-English URL generate errors?

I am attempting to scrape a Persian website with the following code: import urlparse, urllib parts = urlparse.urlsplit(u'http://fa.wikipedia.org/wiki/ص&#

Statement that checks whether a URL contains a particular path?

Is there an if statement that allows me to check whether a URL contains a particular path? In my particular case (using wordpress), I'm trying to check wether

URLs rewritten from MICROSOFT-CORP-MSN-AS-BLOCK

We have a website which cart accepts URL with parameters from newsletters or online offers. The URL is like the following: ourwebsite.com/cart/?c=INTEGER&pr

How to get URL segment in react.js

I have URL like http://localhost:3000/register. How can I get register segment inside return() in React.js?

JMeter Extract Redirected Request Body URL

GET https://www.example/a/resource1?id=24 - I have this URL This gets redirected to https://www.example/a/resource1-New-York - I need this URL -- This is h

Play Audio in Flutter from URL

I am new to flutter and I want to play audio file from URL path with play, pause and seek button and also show notification in player.

Angular url plus sign converting to space

I have angular application where i want to pass plus sign + in query string like: http://localhost:3000/page?name=xyz+manwal When I am hitting this URL its c

How to pause a video in inside the webview in android

I am doing a task where i have to load the url inside the webview so that i can show the video,everything is works fine but the thing is i need to pause the vi

How to open new URL in the same tab with Selenium, but with some way with editing the URL?

I want to open a new URL in the same tab in Selenium, but I need to somehow edit the URL. What working options are there? I am thinking about navigating by keys

How to map URL requests for vBulletin posts to Drupal 7 Forum comments after migration?

I need help to map requests for vBulletin posts to their new location on a Drupal 7 forum. I inherited a Drupal site after it was migrated from Drupal 5 with v

Scraping content from urls in dataframe using R

Sorry, I'm relatively new to R and don't know it very well yet. I have also seen that similar questions have been asked more often. However, the corresponding s

How to get URL parameter using jQuery or plain JavaScript?

I have seen lots of jQuery examples where parameter size and name are unknown. My URL is only going to ever have 1 string: http://example.com?sent=yes I jus

Is there a way to preserve capitalisation of original picked file while using UIDocumentPickerViewController?

The iOS 14 SwiftUI app I am developing has two ways of importing the audio files it plays: users can open a UIDocumentPickerViewController and select an audio f

how to redirect the user back to desired URL after login page in PHP?

OK. I have a page called plans.php, inside I have three links (Plan 1, Plan 2, Plan 3). Each link has its own page and it redirects to login page (login.php, wh

Remove index.php from URL of Laravel

I am using Laravel 5.5.12 in Linux Mint.I am using LAMP stack. I would like to remove index.php from URL. My mod_rewrite apache module enabled. My .htaccess fi

is base64 encoding url safe?

I'm using a node.bcrypt.js hash returning hex numbers in node.js for a password reset token. user.reset_password_token = require('crypto').randomBytes(32).toSt

How can I split the document path to the foldername and the document name in python?

I need to split the document path to the foldername and the document name in python. It is a large dataframe including many rows.For the filename with no docu