|
|||||||
| Other Discussion and technical support for any other scripting methods. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
bypass Auth htaccess on dev setup? for flash,xml,php get request?
Hi all an itneresting one here that I am sure would be possible.
I am running a dev setup behind a .htaccess password and have an xml get php request that sends information to flash. With the password turned on it doesnt work, with password off it works. I would love to find a way to let this get request through so I dont have to remove password from my htaccess to test. Any ideas? I presume it would be something along the lines of Code:
AuthUserFile /blah/blah/.htpasswd AuthName "Dev" AuthType Basic require valid-user Order Deny,Allow Deny from all Allow from your own ip Allow from 127.0.0.1 Its not a biggy as said I can just turn the password on or off, but curiosoty has got me here. Thanks in advance |
|
#2
|
|||
|
|||
|
I don't think you can do it. You could just use robots.txt so that a site or directory is not available to search engines - or set up Apache for use on localhost on your own computer to do your development prior to upload.
|
|
#3
|
|||
|
|||
|
I am also on a local development setup - just read actually that I am being a little paranoid with using htpasswords on my local dev setup on my machine as the server isnt released to the web so I have turned off password on local machines dev for the moment.
![]() Thanks |
|
#4
|
|||
|
|||
|
stumbled on it whilst trying to do somethign else - make the request a system request rather than a http - this means the htpassword isnt needed
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|