Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

How to hide Email Address from URL #92

Closed
vishal1714 opened this issue May 5, 2019 · 1 comment
Closed

How to hide Email Address from URL #92

vishal1714 opened this issue May 5, 2019 · 1 comment

Comments

@vishal1714
Copy link

For more secure use i implement 2 Disposable Email Service in same hosting

www.xxxxxx.com/inbox/ --> It is for Signup Users (They can make there own custom email ids)
www.xxxxxx.com/mailbox/ --> It is any User (They can get random email Address)

but to make 2nd mailbox i have to hide the URL email address eg.
http://www.xxxxx.com/mailbox/?ols68@qcazvy.tk

how to hide ?ols68@qcazvy.tk this part from url.

I know I have to use POST method but i have try but i did not get any success kindly share code if you do it

@synox
Copy link
Owner

synox commented May 5, 2019

You would have to use cookies, and use the cookie instead of the url parameter. Instead you could use https://github.com/haydenwoodhead/burner.kiwi which does this perfectly.

@synox synox closed this as completed May 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants