What can cause cutting of the slash in the url?











up vote
0
down vote

favorite












Let's say I have url similar to this:



https://sprerererer.blablabla.systems/confirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


(due to security reasons, it's not my real url)



If I paste it to chrome it redirects me to:



https://sprerererer.blablabla.systemsconfirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


cutting of the slash at the end of domain. I never encountered anything like it. What can cause it? Is it chrome? Is it my server's fault?










share|improve this question


















  • 1




    Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
    – arkascha
    Nov 19 at 11:13










  • And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
    – arkascha
    Nov 19 at 11:16












  • @arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
    – Tutu Kaeen
    Nov 19 at 11:20










  • Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
    – arkascha
    Nov 19 at 11:23










  • sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
    – Tutu Kaeen
    Nov 19 at 11:28















up vote
0
down vote

favorite












Let's say I have url similar to this:



https://sprerererer.blablabla.systems/confirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


(due to security reasons, it's not my real url)



If I paste it to chrome it redirects me to:



https://sprerererer.blablabla.systemsconfirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


cutting of the slash at the end of domain. I never encountered anything like it. What can cause it? Is it chrome? Is it my server's fault?










share|improve this question


















  • 1




    Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
    – arkascha
    Nov 19 at 11:13










  • And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
    – arkascha
    Nov 19 at 11:16












  • @arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
    – Tutu Kaeen
    Nov 19 at 11:20










  • Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
    – arkascha
    Nov 19 at 11:23










  • sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
    – Tutu Kaeen
    Nov 19 at 11:28













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let's say I have url similar to this:



https://sprerererer.blablabla.systems/confirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


(due to security reasons, it's not my real url)



If I paste it to chrome it redirects me to:



https://sprerererer.blablabla.systemsconfirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


cutting of the slash at the end of domain. I never encountered anything like it. What can cause it? Is it chrome? Is it my server's fault?










share|improve this question













Let's say I have url similar to this:



https://sprerererer.blablabla.systems/confirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


(due to security reasons, it's not my real url)



If I paste it to chrome it redirects me to:



https://sprerererer.blablabla.systemsconfirm-reservation/5cbe0e49e611ac1f06b39342a9b35c93a69cef6f8fbe6136752af4c8fe86eb64323031382d31312d31392031313a30303a3434 


cutting of the slash at the end of domain. I never encountered anything like it. What can cause it? Is it chrome? Is it my server's fault?







http url https






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 19 at 11:07









Tutu Kaeen

22729




22729








  • 1




    Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
    – arkascha
    Nov 19 at 11:13










  • And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
    – arkascha
    Nov 19 at 11:16












  • @arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
    – Tutu Kaeen
    Nov 19 at 11:20










  • Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
    – arkascha
    Nov 19 at 11:23










  • sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
    – Tutu Kaeen
    Nov 19 at 11:28














  • 1




    Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
    – arkascha
    Nov 19 at 11:13










  • And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
    – arkascha
    Nov 19 at 11:16












  • @arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
    – Tutu Kaeen
    Nov 19 at 11:20










  • Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
    – arkascha
    Nov 19 at 11:23










  • sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
    – Tutu Kaeen
    Nov 19 at 11:28








1




1




Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
– arkascha
Nov 19 at 11:13




Most likely the cause is some redirection rule implemented on the server side. Either on the level of the http server or inside the applicatiohn logic you use.
– arkascha
Nov 19 at 11:13












And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
– arkascha
Nov 19 at 11:16






And by the way: there is absolutely no reason to obfuscate your URLs. That does not offer additional security, it typically only indicates an undefined fear that the own solution is everything but robust. Think of it this way: if you publish something on the internet (which you apparently do), then what you publish is available. So it needs to have a level of quality that you trust in so that you dare to publish it. Or the effects of a lower quality is so trivial that you dare it anyway. If the only measure for quality you take is to "keep your URLs secret" then you have a very deep problem.
– arkascha
Nov 19 at 11:16














@arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
– Tutu Kaeen
Nov 19 at 11:20




@arkascha - I strongly disagree, I am almost sure that if I asked about security problem on a production website and I have and posted my real url here, somebody would try to break it. My problem is not very vulnerable I think, but I still don't see any reason why should I post my real website url.
– Tutu Kaeen
Nov 19 at 11:20












Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
– arkascha
Nov 19 at 11:23




Certainly my remark also applies to production systems. Your solution needs to be that rubost that you can grant everyone to try to break it. Everything else means that you are afraid of reality. Keeping a URL secret won't work, that is naive. Obfuscation does not offer security, it only makes things more complex and less secure in the end, since if offers a false sense of security.
– arkascha
Nov 19 at 11:23












sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
– Tutu Kaeen
Nov 19 at 11:28




sure, I get your point, but right now I KNOW that my system is vulnerable and by asking questions here I'm trying to make it more secure. I wouldn't ask questions here if I would be sure of quality of my product as of this moment. And I think your post applies more to finished and tested products, not work in progress.
– Tutu Kaeen
Nov 19 at 11:28

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373314%2fwhat-can-cause-cutting-of-the-slash-in-the-url%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373314%2fwhat-can-cause-cutting-of-the-slash-in-the-url%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Create new schema in PostgreSQL using DBeaver

Deepest pit of an array with Javascript: test on Codility

Costa Masnaga